diff --git a/src/app/AppLayout.tsx b/src/app/AppLayout.tsx index 65d53f9..4208568 100644 --- a/src/app/AppLayout.tsx +++ b/src/app/AppLayout.tsx @@ -71,9 +71,7 @@ export function AppLayout({ children }: AppLayoutProps) { {/* ── Zone de contenu ────────────────────────────────────────── */} {/* pb-16 sur mobile pour ne pas être masqué par le BottomNav fixe */} -
- {children} -
+
{children}
{/* ── MOBILE — BottomNav fixe ────────────────────────────────── */} diff --git a/src/app/BottomNav.tsx b/src/app/BottomNav.tsx index b5f14ae..d610811 100644 --- a/src/app/BottomNav.tsx +++ b/src/app/BottomNav.tsx @@ -16,8 +16,8 @@ import { cn } from '@/shared/lib/utils' const SHEET_ITEMS = [ { label: 'Expression Écrite', to: '/simulation/ee' }, - { label: 'Expression Orale', to: '/simulation/eo' }, - { label: 'Examen blanc', to: '/examen' }, + { label: 'Expression Orale', to: '/simulation/eo' }, + { label: 'Examen blanc', to: '/examen' }, ] as const export function BottomNav() { @@ -102,10 +102,7 @@ export function BottomNav() { )} >