From 8b5ce4dcb5e311287a06ffb82be3c9bba77fe25e Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 7 Mar 2022 18:24:17 +0000 Subject: [PATCH] Fix mobile layout on beta --- beta/src/components/Layout/Page.tsx | 2 +- beta/src/components/Layout/Sidebar/Sidebar.tsx | 2 +- beta/src/components/SocialBanner.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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}> -
+