From 9386b8dd694e3e723fd1fa5afe1074fba37029ef Mon Sep 17 00:00:00 2001 From: Ardeman Date: Thu, 27 Feb 2025 17:59:19 +0800 Subject: [PATCH] feat: remove placeholder text from Banner component --- app/components/ui/banner.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/components/ui/banner.tsx b/app/components/ui/banner.tsx index b56505a..df1aa7d 100644 --- a/app/components/ui/banner.tsx +++ b/app/components/ui/banner.tsx @@ -16,9 +16,6 @@ export const Banner = () => { className="h-[70px] w-[100%] sm:h-full" /> -

- Lorem ipsum dolor sit, amet consectetur -

)