From 061bfefc35a7f8a85dab61e0375d3849cb682626 Mon Sep 17 00:00:00 2001 From: THIS ONE IS A LITTLE BIT TRICKY KRUB Date: Wed, 11 Sep 2024 20:09:56 +0700 Subject: [PATCH] Refactor UI components in invest and home pages --- src/app/invest/page.tsx | 2 +- src/app/page.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/invest/page.tsx b/src/app/invest/page.tsx index 76ddf8e..1605850 100644 --- a/src/app/invest/page.tsx +++ b/src/app/invest/page.tsx @@ -28,7 +28,7 @@ export default function Invest() { }, []); return (
-
+
logo diff --git a/src/app/page.tsx b/src/app/page.tsx index 35cfda9..f74a7c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import { CardHeader, CardTitle, } from "@/components/ui/card"; -import { BusinessCard } from "@/components/businessCard"; import { Separator } from "@/components/ui/separator"; import { ExtendableCard } from "@/components/extendable-card";