diff --git a/beta/src/components/Layout/Page.tsx b/beta/src/components/Layout/Page.tsx index f735b29a8..aee0448e8 100644 --- a/beta/src/components/Layout/Page.tsx +++ b/beta/src/components/Layout/Page.tsx @@ -28,7 +28,7 @@ export function Page({routeTree, children}: PageProps) {
-
+
{children}
diff --git a/beta/src/components/Layout/Sidebar/Sidebar.tsx b/beta/src/components/Layout/Sidebar/Sidebar.tsx index f3dab4bc9..8a325a2cb 100644 --- a/beta/src/components/Layout/Sidebar/Sidebar.tsx +++ b/beta/src/components/Layout/Sidebar/Sidebar.tsx @@ -31,7 +31,7 @@ export function Sidebar() { isOpen ? 'block z-40' : 'hidden lg:block' )} aria-hidden={isHidden}> -
+