Skip to content

Commit 224e8c3

Browse files
authored
chore(docs): Use tag instead of release to show version number
1 parent 04088af commit 224e8c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/nuxt/layouts/docs.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<div class="row">
77
<div class="col-12 col-md-9">
88
<div class="float-right">
9-
<a href="https://github.com/bootstrap-vue/bootstrap-vue/releases" target="_blank">
10-
<img src="https://img.shields.io/github/release/bootstrap-vue/bootstrap-vue.svg?style=flat-square" alt="GitHub release">
9+
<a href="https://github.com/bootstrap-vue/bootstrap-vue/tags" target="_blank">
10+
<img src="https://img.shields.io/github/tag/bootstrap-vue/bootstrap-vue.svg?style=flat-square" alt="GitHub release">
1111
</a>
1212
</div>
1313

0 commit comments

Comments
 (0)