diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index 44ad235..ec9276a 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -26,7 +26,7 @@
-
+
+
{{ $t('navbar.logOut') }}
diff --git a/src/router/index.js b/src/router/index.js
index ddbf069..8b1039a 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -74,6 +74,7 @@ export const constantRoutes = [
path: '/',
component: Layout,
redirect: '/dashboard',
+ hidden: true,
children: [
{
path: 'dashboard',
@@ -86,6 +87,7 @@ export const constantRoutes = [
{
path: '/icon',
component: Layout,
+ hidden: true,
children: [
{
path: 'index',