feat: déplacer le bouton logout dans le menu hamburger mobile
Sur mobile, le bouton logout est désormais dans le drawer MobileNav (en bas, après Settings) et masqué dans le header. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import type { TranslationKey } from "./fr";
|
||||
|
||||
const en: Record<TranslationKey, string> = {
|
||||
// Auth
|
||||
"auth.logout": "Log out",
|
||||
|
||||
// Navigation
|
||||
"nav.dashboard": "Dashboard",
|
||||
"nav.books": "Books",
|
||||
|
||||
Reference in New Issue
Block a user