Merge branch '517-artist-button' into 'develop'
Resolve "Artist link on album view is not always visible" Closes #517 See merge request funkwhale/funkwhale!403
This commit is contained in:
commit
42e7db4f7c
|
@ -0,0 +1 @@
|
|||
Remove transparency on artist page button (#517)
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue