diff --git a/apps/web/components/Form.tsx b/apps/web/components/Form.tsx index 3118c7f..30ccd04 100644 --- a/apps/web/components/Form.tsx +++ b/apps/web/components/Form.tsx @@ -39,7 +39,7 @@ export function Form({ data, metaData, title }: Props) { })} -
+
diff --git a/packages/ui/background.tsx b/packages/ui/background.tsx index 09c79b9..6a71a92 100644 --- a/packages/ui/background.tsx +++ b/packages/ui/background.tsx @@ -2,7 +2,7 @@ import type { PropsWithChildren } from 'react'; export function Background({ children }: PropsWithChildren) { return ( -
+
{children}
); diff --git a/packages/ui/content.tsx b/packages/ui/content.tsx index bfe1962..1fb32c9 100644 --- a/packages/ui/content.tsx +++ b/packages/ui/content.tsx @@ -1,5 +1,5 @@ import type { PropsWithChildren } from 'react'; export function Content({ children }: PropsWithChildren) { - return
{children}
; + return
{children}
; } diff --git a/packages/ui/header.tsx b/packages/ui/header.tsx index 2c78814..ba417bf 100644 --- a/packages/ui/header.tsx +++ b/packages/ui/header.tsx @@ -6,16 +6,8 @@ type Props = { export function Header({ children }: Props) { return ( -
-
+
+
{children}