Add mobile navigation

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-11-04 19:02:24 +00:00
parent d7d87d5760
commit 7f91058ce4
14 changed files with 652 additions and 220 deletions
+2
View File
@@ -4,6 +4,7 @@ import { Toolbar } from '@/components/Toolbar';
import { Providers } from './providers';
import { CustomTheme } from '@/components/CustomTheme';
import { TableOfContents } from '@/components/TableOfContents';
import { MobileBottomNav } from '@/components/MobileBottomNav';
import styles from './layout.module.css';
import '../css/globals.css';
@@ -62,6 +63,7 @@ export default async function RootLayout({
</div>
</div>
</div>
<MobileBottomNav />
<CustomTheme />
</Providers>
</body>