From f8a4cd4ac657af57d4a4acd387ecc88924389886 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Tue, 24 Jun 2025 22:43:43 +0200 Subject: [PATCH] fix(hero): remove padding from hero waitlist count --- apps/web/src/components/landing/hero.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/landing/hero.tsx b/apps/web/src/components/landing/hero.tsx index 84512f1..7b4588c 100644 --- a/apps/web/src/components/landing/hero.tsx +++ b/apps/web/src/components/landing/hero.tsx @@ -148,7 +148,7 @@ export function Hero({ signupCount }: HeroProps) { initial={{ opacity: 0, y: 10 }} animate={{ opacity: 1, y: 0 }} transition={{ delay: 0.8, duration: 0.6 }} - className="mt-8 inline-flex items-center gap-2 bg-muted/30 px-4 py-2 rounded-full text-sm text-muted-foreground justify-center" + className="mt-8 inline-flex items-center gap-2 text-sm text-muted-foreground justify-center" >
{signupCount.toLocaleString()} people already joined