From b74e0568260470e4f325454017ffddd007c2a9fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jovan=20Kruni=C4=87?= Date: Wed, 2 Dec 2020 17:20:29 +0100 Subject: [PATCH] refactor: update default (f-u) config Closes #76 --- config/default.ts | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/config/default.ts b/config/default.ts index e636a37c..83eda7b3 100644 --- a/config/default.ts +++ b/config/default.ts @@ -52,6 +52,19 @@ const config: Partial = { icon: 'menu', id: 'main', items: [ + { + icon: 'newspaper', + route: '/', + title: 'news', + translations: { + de: { + title: 'Aktuelles', + }, + en: { + title: 'news', + }, + }, + }, { icon: 'search', route: '/search', @@ -144,7 +157,7 @@ const config: Partial = { }, }, ], - name: 'Goethe-Uni - Goethe-Universität Frankfurt am Main', + name: 'Goethe-Uni', privacyPolicyUrl: 'https://mobile.server.uni-frankfurt.de/_static/privacy.md', settings: [ {