diff --git a/config/default.ts b/config/default.ts index 6676540a..7e6a1a42 100644 --- a/config/default.ts +++ b/config/default.ts @@ -474,6 +474,19 @@ const config: Partial = { }, }, }, + { + icon: 'person', + route: '/profile', + title: 'profile', + translations: { + de: { + title: 'Profil', + }, + en: { + title: 'profile', + }, + }, + }, { icon: 'settings', route: '/settings',