diff --git a/frontend/src/App.vue b/frontend/src/App.vue index de252f78..a39b20fe 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -3,7 +3,7 @@ - + diff --git a/frontend/src/components/MobileLayout.vue b/frontend/src/components/MobileLayout.vue index 0a040ab4..7332f7cd 100644 --- a/frontend/src/components/MobileLayout.vue +++ b/frontend/src/components/MobileLayout.vue @@ -132,8 +132,7 @@ const addSideBar = () => { sidebarLinks.value.push({ label: __('Leader Board'), icon: 'Trophy', - to: 'leaderboardsample', - external: true, + to: 'LeaderBoard', activeFor: [], }) @@ -141,8 +140,7 @@ const addSideBar = () => { otherLinks.value.push({ label: __('My points'), icon: 'Award', - to: 'my_points', - external: true, + to: 'MyPoints', activeFor: [], }) }