From 005f85c34f50cf773d6a444152694153c2ddac0e Mon Sep 17 00:00:00 2001 From: Alexandrina-Kuzeleva Date: Wed, 28 Jan 2026 11:06:55 +0300 Subject: [PATCH] UPD 7 - add links in Mobile - switch off InstalPromt --- frontend/src/App.vue | 2 +- frontend/src/components/MobileLayout.vue | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) 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: [], }) }