From 8cd3cfe1fdfd5b4d69620caff934b9733b4d4228 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Mon, 17 Feb 2025 22:53:41 +0100 Subject: [PATCH] Update layout.tsx --- web/app/docs/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/docs/layout.tsx b/web/app/docs/layout.tsx index df5e869..0e35866 100644 --- a/web/app/docs/layout.tsx +++ b/web/app/docs/layout.tsx @@ -4,8 +4,8 @@ import Footer from "@/components/footer" export default function DocsLayout({ children }: { children: React.ReactNode }) { return ( -
-
+
+
{children}