{children}
- From e2f5fdfa5196e55112fd74b76676f78cdbbc4bbd Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Tue, 18 Feb 2025 12:38:27 +0100 Subject: [PATCH] Update layout.tsx --- web/app/docs/layout.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/web/app/docs/layout.tsx b/web/app/docs/layout.tsx index 0f606a7..a84b304 100644 --- a/web/app/docs/layout.tsx +++ b/web/app/docs/layout.tsx @@ -5,13 +5,12 @@ import Footer from "@/components/footer" export default function DocsLayout({ children }: { children: React.ReactNode }) { return (