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 ( -