diff --git a/web/components/DocSidebar.tsx b/web/components/DocSidebar.tsx index 9fa5e2a..e9232c7 100644 --- a/web/components/DocSidebar.tsx +++ b/web/components/DocSidebar.tsx @@ -126,28 +126,30 @@ export default function DocSidebar() { } } - return ( - <> -
- -
- - - ) -} + Documentation + {isMobileMenuOpen ? : } + + + + + +) +