Skip to content

Commit

Permalink
fix(footer): add locale path to release link
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow81627 committed Jan 27, 2020
1 parent 9fc9a27 commit 5b1b1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/the-footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<span>{{ version }}</span>
<span v-if="commit">{{ commit | shortHash }}</span>
<span v-if="version && commit">|</span>
<nuxt-link to="releases">
<nuxt-link :to="localePath('releases')">
<span>Changelog</span>
</nuxt-link>
</v-card-text>
Expand Down

0 comments on commit 5b1b1c9

Please sign in to comment.