From a08e1fd4b574a4d2d55e292af9eb01d55a526303 Mon Sep 17 00:00:00 2001 From: Ricky Date: Sun, 6 Mar 2022 10:43:05 -0500 Subject: [PATCH] Fixes for banner on beta (#4435) --- beta/src/components/Layout/Page.tsx | 2 +- beta/src/components/Layout/Toc.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 e3f9a7225..f735b29a8 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/Toc.tsx b/beta/src/components/Layout/Toc.tsx index ecaf6a203..40219426f 100644 --- a/beta/src/components/Layout/Toc.tsx +++ b/beta/src/components/Layout/Toc.tsx @@ -19,7 +19,7 @@ export function Toc({ return (