From de0617b8dd51182326094543110b8ed294a6e940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jovan=20Kruni=C4=87?= Date: Tue, 20 Jul 2021 13:27:18 +0000 Subject: [PATCH] feat: add favorites to personal menu --- config/default.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/default.ts b/config/default.ts index 4643ec2d..c291e66f 100644 --- a/config/default.ts +++ b/config/default.ts @@ -132,6 +132,19 @@ const config: Partial = { icon: 'person', id: 'personal', items: [ + { + icon: 'star', + route: '/favorites', + title: 'favorites', + translations: { + de: { + title: 'Favoriten', + }, + en: { + title: 'favorites', + }, + }, + }, { icon: 'settings', route: '/settings',