- add links in Mobile
- switch off InstalPromt
This commit is contained in:
Alexandrina-Kuzeleva
2026-01-28 11:06:55 +03:00
parent 6bb6125e81
commit 005f85c34f
2 changed files with 3 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
<Layout class="isolate text-base">
<router-view />
</Layout>
<InstallPrompt v-if="isMobile" />
<!--<InstallPrompt v-if="isMobile" />-->
<Dialogs />
</FrappeUIProvider>
</template>

View File

@@ -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: [],
})
}