From 7ba647271efd87c422ce302bd5baf5760671e1a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jovan=20Kruni=C4=87?= Date: Wed, 15 Sep 2021 14:12:37 +0000 Subject: [PATCH] feat: add feedback to config as menu item --- config/default.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/default.ts b/config/default.ts index 90a7df21..8456c4dc 100644 --- a/config/default.ts +++ b/config/default.ts @@ -267,6 +267,19 @@ const config: Partial = { }, }, }, + { + icon: 'chatbubbles', + route: '/feedback', + title: 'feedback', + translations: { + de: { + title: 'Feedback', + }, + en: { + title: 'feedback', + }, + }, + }, ], name: 'Your Study-App', translations: {