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}
)