From adadbf27200f5f3c9b575eaa0c879ffe86fdcf73 Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 8 Dec 2021 17:44:16 +0100 Subject: [PATCH] add links in components Navbar --- frontend/src/components/Menu/Navbar.vue | 35 +++++++++++++++---- frontend/src/components/Menu/Sidebar.vue | 8 ++--- .../src/views/Layout/DashboardLayout_gdd.vue | 4 +-- 3 files changed, 34 insertions(+), 13 deletions(-) diff --git a/frontend/src/components/Menu/Navbar.vue b/frontend/src/components/Menu/Navbar.vue index b91d4763c..7e7e15e93 100644 --- a/frontend/src/components/Menu/Navbar.vue +++ b/frontend/src/components/Menu/Navbar.vue @@ -7,18 +7,30 @@ {{ balance }} GDD - - - + + {{ $t('overview') }} {{ $t('send') }} {{ $t('transactions') }} + {{ $t('site.navbar.my-profil') }}
- Overview - Link - Another Link - Disabled + + {{ $t('members_area') }} + ! + + + {{ $t('admin_area') }} + + + {{ $t('logout') }} +
@@ -43,12 +55,21 @@
+ + +