We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b047fe7 commit e03a4c6Copy full SHA for e03a4c6
src/App.vue
@@ -74,15 +74,15 @@ const canUpdatePathfinder = computed(() =>
74
</router-link>
75
<router-link
76
v-if="canUpdatePathfinder"
77
- :to="{ name: 'Investiture' }"
+ :to="{ name: 'AchievementClasses' }"
78
>
79
- Investiture
+ Achievements
80
81
82
83
- :to="{ name: 'AchievementClasses' }"
+ :to="{ name: 'Investiture' }"
84
85
- Achievements
+ Investiture
86
87
88
<SidebarVersionInfo />
0 commit comments