feat: add schedule route

This commit is contained in:
Wieland Schöbl
2021-04-27 13:02:08 +02:00
committed by Rainer Killinger
parent e2b4b0467d
commit 785813c3fb
+13
View File
@@ -52,6 +52,19 @@ const config: Partial<SCConfigFile> = {
icon: 'menu',
id: 'main',
items: [
{
icon: 'calendar',
route: '/schedule',
title: 'schedule',
translations: {
de: {
title: 'Stundenplan',
},
en: {
title: 'schedule'
},
},
},
{
icon: 'newspaper',
route: '/',