change artist page button

This commit is contained in:
Renon 2018-09-10 13:17:55 +02:00
parent bbf0f4a1ef
commit 51e678a46a
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Remove transparency on artist page button (#517)

View File

@ -18,7 +18,7 @@
Album containing %{ count } track, by %{ artist }
</translate>
</div>
<div class="ui basic buttons">
<div class="ui buttons">
<router-link class="ui button" :to="{name: 'library.artists.detail', params: {id: album.artist.id }}">
<translate>Artist page</translate>
</router-link>