This commit is contained in:
Alexandrina-Kuzeleva
2025-12-03 22:52:16 +03:00
parent 46b5495167
commit a4eff5ae38
3 changed files with 403 additions and 254 deletions

View File

@@ -665,8 +665,7 @@ const addMyPoints = () => {
sidebarLinks.value.push({
label: __('My points'),
icon: 'Award',
to: 'my_points',
external: true,
to: 'mypoints',
activeFor: [],
})
}
@@ -677,8 +676,7 @@ const addLeaderBoard = () => {
sidebarLinks.value.push({
label: __('Leader Board'),
icon: 'Trophy',
to: 'leaderboardsample',
external: true,
to: 'leaderboard',
activeFor: [],
})
}