diff --git a/config/default.ts b/config/default.ts index 4643ec2d..c291e66f 100644 --- a/config/default.ts +++ b/config/default.ts @@ -132,6 +132,19 @@ const config: Partial = { icon: 'person', id: 'personal', items: [ + { + icon: 'star', + route: '/favorites', + title: 'favorites', + translations: { + de: { + title: 'Favoriten', + }, + en: { + title: 'favorites', + }, + }, + }, { icon: 'settings', route: '/settings',