diff --git a/config/default.ts b/config/default.ts index 83eda7b3..723b242e 100644 --- a/config/default.ts +++ b/config/default.ts @@ -52,6 +52,19 @@ const config: Partial = { icon: 'menu', id: 'main', items: [ + { + icon: 'calendar', + route: '/schedule', + title: 'schedule', + translations: { + de: { + title: 'Stundenplan', + }, + en: { + title: 'schedule' + }, + }, + }, { icon: 'newspaper', route: '/',