Skip to content

Commit

Permalink
fix(theme-docs): correct releases link
Browse files Browse the repository at this point in the history
@nxut/content-theme-docs nuxt-modules#690
  • Loading branch information
benjamincanac committed Feb 4, 2021
1 parent 679f3a0 commit b4e0c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/components/templates/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="flex items-center space-x-4">
<NuxtLink
v-if="lastRelease"
to="/releases"
:to="localePath('/releases')"
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"
exact-active-class="text-primary-500 dark:text-primary-400"
>{{ lastRelease.name }}</NuxtLink>
Expand Down

0 comments on commit b4e0c69

Please sign in to comment.