diff --git a/frontend/src/components/Menu/Navbar.vue b/frontend/src/components/Menu/Navbar.vue index 0b8154293..4687f639f 100644 --- a/frontend/src/components/Menu/Navbar.vue +++ b/frontend/src/components/Menu/Navbar.vue @@ -38,14 +38,19 @@ + {{ $t('overview') }} - {{ $t('send') }} + + + {{ $t('send') }} + + {{ $t('transactions') }} - + {{ $t('site.navbar.my-profil') }}
@@ -55,7 +60,7 @@ ! - + {{ $t('admin_area') }} diff --git a/frontend/src/components/Menu/Sidebar.vue b/frontend/src/components/Menu/Sidebar.vue index 70119c69e..18ee08dbf 100644 --- a/frontend/src/components/Menu/Sidebar.vue +++ b/frontend/src/components/Menu/Sidebar.vue @@ -4,11 +4,20 @@

- {{ $t('overview') }} - {{ $t('send') }} - {{ $t('transactions') }} + + + {{ $t('overview') }} + + + + {{ $t('send') }} + + + + {{ $t('transactions') }} + - + {{ $t('site.navbar.my-profil') }} @@ -20,7 +29,7 @@ ! - + {{ $t('admin_area') }}