diff --git a/apps/guide/src/app/guide/layout.tsx b/apps/guide/src/app/guide/layout.tsx index 10f8d430f..3ca17f08d 100644 --- a/apps/guide/src/app/guide/layout.tsx +++ b/apps/guide/src/app/guide/layout.tsx @@ -10,7 +10,7 @@ export default function Layout({ children }: PropsWithChildren) {
-
+
diff --git a/apps/guide/src/app/layout.tsx b/apps/guide/src/app/layout.tsx index 01349c3b3..7d4831972 100644 --- a/apps/guide/src/app/layout.tsx +++ b/apps/guide/src/app/layout.tsx @@ -77,7 +77,7 @@ export const metadata: Metadata = { export default function RootLayout({ children }: PropsWithChildren) { return ( - + {children} diff --git a/apps/guide/src/components/Footer.tsx b/apps/guide/src/components/Footer.tsx index 88c8fb44b..360d4d7f7 100644 --- a/apps/guide/src/components/Footer.tsx +++ b/apps/guide/src/components/Footer.tsx @@ -3,7 +3,7 @@ import vercelLogo from '~/assets/powered-by-vercel.svg'; export default function Footer() { return ( -