Skip to content

Commit

Permalink
[docs] Fix homepage version link
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Apr 28, 2017
1 parent 37ad396 commit 53a42d8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/nuxt/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
</p>

<p class="version">
Latest : {{site.package_info.version}}
<br>
Latest :
<a href="https://github.com/bootstrap-vue/bootstrap-vue/releases"
target="_blank"
class="btn mr-1 mb-1">ChangeLog</a>
target="_blank">{{site.package_info.version}}
</a>
</p>

</div>
Expand All @@ -45,6 +44,9 @@
.bd-masthead {
margin-top: -30px;
}
.version a{
color: white;
}
</style>

<script>
Expand Down

0 comments on commit 53a42d8

Please sign in to comment.