Skip to content

Commit

Permalink
fix(web): add v to version
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNotGoodName committed May 1, 2022
1 parent 0b5c85e commit a30fe58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion left/web/src/components/HamburgerMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const versionUrl = computed(() => {
<li v-else-if="data">
<a :href="versionUrl">
<v-icon name="fa-tag" />
{{ data.version }}
v{{ data.version }}
</a>
</li>
</ul>
Expand Down

0 comments on commit a30fe58

Please sign in to comment.