diff --git a/frontend/src/router/index.js b/frontend/src/router/index.js
index c334360d..b04295b5 100644
--- a/frontend/src/router/index.js
+++ b/frontend/src/router/index.js
@@ -180,6 +180,7 @@ export const constantRouterMap = [
title: 'Disclaimer',
icon: 'fa fa-exclamation-triangle'
},
+ hidden: true,
children: [
{
path: '',
@@ -199,6 +200,7 @@ export const constantRouterMap = [
title: 'ChallengeList',
icon: 'fa fa-flash'
},
+ hidden: true,
children: [
{
path: '',
@@ -218,6 +220,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 53a59a7f..3264d714 100644
--- a/frontend/src/views/layout/components/Navbar.vue
+++ b/frontend/src/views/layout/components/Navbar.vue
@@ -30,6 +30,12 @@
+
+ this.$router.push('/disclaimer')">{{$t('Disclaimer')}}
+
+
+ this.$router.push('/feedback')">{{$t('Feedback')}}
+
{{$t('Logout')}}