diff --git a/frontend/src/components/SidebarPlugin/SideBar.vue b/frontend/src/components/SidebarPlugin/SideBar.vue index 054381df8..065dd8f64 100755 --- a/frontend/src/components/SidebarPlugin/SideBar.vue +++ b/frontend/src/components/SidebarPlugin/SideBar.vue @@ -14,43 +14,13 @@ diff --git a/frontend/src/routes/routes.js b/frontend/src/routes/routes.js index b50f2a7b1..ff09ee1ac 100755 --- a/frontend/src/routes/routes.js +++ b/frontend/src/routes/routes.js @@ -10,6 +10,7 @@ const routes = [ }, { path: '/profile', + name: 'Profile', component: () => import('../views/Pages/UserProfileCard.vue'), }, { diff --git a/frontend/src/views/Layout/DashboardNavbar.vue b/frontend/src/views/Layout/DashboardNavbar.vue index ff1fb8ebf..bbd04f041 100755 --- a/frontend/src/views/Layout/DashboardNavbar.vue +++ b/frontend/src/views/Layout/DashboardNavbar.vue @@ -4,83 +4,33 @@ class="navbar-top navbar-expand" :class="{ 'navbar-dark': type === 'default' }" > - - {{ $route.name }} - - + - - - - - {{ $store.state.email }} + + + + {{ $store.state.email }} + + + + - - - - - - - - - - + + +