mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 21:49:19 +02:00
change artist page button
This commit is contained in:
parent
bbf0f4a1ef
commit
51e678a46a
2 changed files with 2 additions and 1 deletions
1
changes/changelog.d/517.bugfix
Normal file
1
changes/changelog.d/517.bugfix
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue