feat: add schedule route

This commit is contained in:
Wieland Schöbl
2020-12-03 18:51:06 +00:00
committed by Rainer Killinger
parent e2b4b0467d
commit 785813c3fb

View File

@@ -52,6 +52,19 @@ const config: Partial<SCConfigFile> = {
icon: 'menu', icon: 'menu',
id: 'main', id: 'main',
items: [ items: [
{
icon: 'calendar',
route: '/schedule',
title: 'schedule',
translations: {
de: {
title: 'Stundenplan',
},
en: {
title: 'schedule'
},
},
},
{ {
icon: 'newspaper', icon: 'newspaper',
route: '/', route: '/',