From f679e9c6cc8b2b4aad8c65bbf239cf90f0f14989 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Mon, 17 Feb 2025 23:00:29 +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 0e35866..bde4c5c 100644 --- a/web/app/docs/layout.tsx +++ b/web/app/docs/layout.tsx @@ -4,7 +4,7 @@ import Footer from "@/components/footer" export default function DocsLayout({ children }: { children: React.ReactNode }) { return ( -