From 9b785035626cf030238ed921bf4ae646b69a3714 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Fri, 11 Jul 2025 14:50:51 +0200 Subject: [PATCH] fix styling --- apps/web/src/components/landing/hero.tsx | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/apps/web/src/components/landing/hero.tsx b/apps/web/src/components/landing/hero.tsx index d45f33e..65fbb3d 100644 --- a/apps/web/src/components/landing/hero.tsx +++ b/apps/web/src/components/landing/hero.tsx @@ -121,15 +121,17 @@ export function Hero({ signupCount }: HeroProps) { onSubmit={handleSubmit} className="flex gap-3 w-full max-w-lg flex-col sm:flex-row" > - setEmail(e.target.value)} - disabled={isSubmitting} - required - /> +
+ setEmail(e.target.value)} + disabled={isSubmitting} + required + /> +