Skip to content

Commit

Permalink
fix(footer): add commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow81627 committed Nov 30, 2019
1 parent 09143b0 commit 73a9666
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/layout/the-footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<span>Version: {{ version }}</span>
<span>|</span>
<span>Commit: </span>
<!-- <nuxt-link :to="localePath({ name: 'releases' })"
><span> {{ commit | shortHash }}</span></nuxt-link
> -->
<nuxt-link to="#">
<span> {{ commit | shortHash }}</span>
</nuxt-link>
</v-card-text>
</v-card>
</v-col>
Expand Down

0 comments on commit 73a9666

Please sign in to comment.