diff --git a/web/components/page.tsx b/web/components/page.tsx index 5d5a5d99..c26980ab 100644 --- a/web/components/page.tsx +++ b/web/components/page.tsx @@ -12,7 +12,7 @@ export function Page(props: { const { margin, assertUser, children, rightSidebar, suspend } = props return ( -
+ <>
-
+ ) }