We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679f3a0 commit b4e0c69Copy full SHA for b4e0c69
theme/components/templates/AppHeader.vue
@@ -26,7 +26,7 @@
26
<div class="flex items-center space-x-4">
27
<NuxtLink
28
v-if="lastRelease"
29
- to="/releases"
+ :to="localePath('/releases')"
30
class="text-gray-400 dark:text-gray-500 hover:text-gray-500 dark:hover:text-gray-400 transition-colors duration-200 font-medium hidden lg:block"
31
exact-active-class="text-primary-500 dark:text-primary-400"
32
>{{ lastRelease.name }}</NuxtLink>
0 commit comments