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 (
-
+
-
-
{children}
-
+
{children}
) -} \ No newline at end of file +} +