From 6aab61ba3ec197ea796b5e877c5d9fbee90e8761 Mon Sep 17 00:00:00 2001 From: jahooma Date: Wed, 1 Dec 2021 20:12:27 -0600 Subject: [PATCH] attempt --- web/components/hero.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/hero.tsx b/web/components/hero.tsx index 44c060ee..7f291bf0 100644 --- a/web/components/hero.tsx +++ b/web/components/hero.tsx @@ -202,7 +202,7 @@ const NetilfyForm = (props: { const { children, ...other } = props return ( -
+ {children}
)