From 785813c3fb92bbebd7b07246bbcec77a9a4520e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wieland=20Sch=C3=B6bl?= Date: Thu, 3 Dec 2020 18:51:06 +0000 Subject: [PATCH] feat: add schedule route --- config/default.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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: '/',