diff --git a/frontend/src/components/Menu/Navbar.vue b/frontend/src/components/Menu/Navbar.vue index 7e7e15e93..50651209c 100644 --- a/frontend/src/components/Menu/Navbar.vue +++ b/frontend/src/components/Menu/Navbar.vue @@ -7,28 +7,29 @@ {{ balance }} GDD - - - + + + + {{ $t('overview') }} {{ $t('send') }} {{ $t('transactions') }} {{ $t('site.navbar.my-profil') }}
- + {{ $t('members_area') }} ! {{ $t('admin_area') }} - + {{ $t('logout') }}
@@ -49,15 +50,12 @@ {{ $t('admin_area') }} - + {{ $t('logout') }}
- - - diff --git a/frontend/src/components/Menu/Sidebar.vue b/frontend/src/components/Menu/Sidebar.vue index a91d31177..40c02c2fd 100644 --- a/frontend/src/components/Menu/Sidebar.vue +++ b/frontend/src/components/Menu/Sidebar.vue @@ -16,7 +16,7 @@ Active Link Another Link - Disabled + {{ $t('logout') }} diff --git a/frontend/src/views/Layout/DashboardLayout_gdd.vue b/frontend/src/views/Layout/DashboardLayout_gdd.vue index aa343b60b..80a58432b 100755 --- a/frontend/src/views/Layout/DashboardLayout_gdd.vue +++ b/frontend/src/views/Layout/DashboardLayout_gdd.vue @@ -1,6 +1,6 @@