Skip to content

Commit

Permalink
fix(footer): add text for release page
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow81627 committed Jan 27, 2020
1 parent a0b186a commit 9fc9a27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/layout/the-footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<v-col cols="auto">
<v-card flat color="transparent">
<v-card-text>
<span>Version: {{ version }}</span>
<span>|</span>
<span>Commit: </span>
<span>{{ version }}</span>
<span v-if="commit">{{ commit | shortHash }}</span>
<span v-if="version && commit">|</span>
<nuxt-link to="releases">
<span> {{ commit | shortHash }}</span>
<span>Changelog</span>
</nuxt-link>
</v-card-text>
</v-card>
Expand Down

0 comments on commit 9fc9a27

Please sign in to comment.