Skip to content
Snippets Groups Projects
Commit 6e460317 authored by VIktorGrev's avatar VIktorGrev
Browse files

fix: Fixing menu pushes

parent c72cda41
No related branches found
No related tags found
No related merge requests found
......@@ -60,11 +60,11 @@ function toHome() {
}
function toSavingGoals() {
router.push('/news')
router.push('/roadmap')
}
function toLeaderboard() {
router.push('/news')
router.push('/leaderboard')
}
function toNews() {
......@@ -72,7 +72,7 @@ function toNews() {
}
function toStore() {
router.push('/news')
router.push('/shop')
}
function toSetting() {
......@@ -80,7 +80,7 @@ function toSetting() {
}
function toFeedback() {
router.push('/news')
router.push('/feedback')
}
function toUserProfile() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment