From 6e0363b94864afb08279693c316cce92812fc500 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Mon, 17 Feb 2025 23:03:47 +0100 Subject: [PATCH] Update layout.tsx --- web/app/docs/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/docs/layout.tsx b/web/app/docs/layout.tsx index bde4c5c..678fdb2 100644 --- a/web/app/docs/layout.tsx +++ b/web/app/docs/layout.tsx @@ -5,7 +5,7 @@ import Footer from "@/components/footer" export default function DocsLayout({ children }: { children: React.ReactNode }) { return (
-
+
{children}