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 (