diff --git a/frontend/src/router/index.js b/frontend/src/router/index.js
index 4c98fd3f..79a2626e 100644
--- a/frontend/src/router/index.js
+++ b/frontend/src/router/index.js
@@ -207,6 +207,7 @@ export const constantRouterMap = [
title: 'Disclaimer',
icon: 'fa fa-exclamation-triangle'
},
+ hidden: true,
children: [
{
path: '',
@@ -245,6 +246,7 @@ export const constantRouterMap = [
title: 'Feedback',
icon: 'fa fa-commenting-o'
},
+ hidden: true,
children: [
{
path: '',
diff --git a/frontend/src/views/layout/components/Navbar.vue b/frontend/src/views/layout/components/Navbar.vue
index 312882e4..f9d41270 100644
--- a/frontend/src/views/layout/components/Navbar.vue
+++ b/frontend/src/views/layout/components/Navbar.vue
@@ -28,6 +28,12 @@
+
+ $router.push('/disclaimer')">{{ $t('Disclaimer') }}
+
+
+ $router.push('/feedback')">{{ $t('Feedback') }}
+
{{ $t('Logout') }}