Merge pull request #176 from jef/chore/tag-link

chore: update link on new tags
This commit is contained in:
Daan Wijns 2021-03-04 06:51:52 +01:00 committed by GitHub
commit 0a1e607731
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,7 @@
</p>
</v-col>
<v-col cols="2" sm="2" md="1">
<a target="_blank" :href="`https://github.com/WDaan/VueTorrent/releases/tag/${version}`">
<a target="_blank" :href="`https://github.com/WDaan/VueTorrent/releases/tag/v${version}`">
<p class="mb-2">{{ version }}</p>
</a>
</v-col>