mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 19:49:19 +02:00
fix issue #613 - fix incorrect icon for forward button
This commit is contained in:
parent
742ee9bc9b
commit
65b227b613
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
|||
class="two wide column control"
|
||||
@click.prevent.stop="next"
|
||||
:disabled="!hasNext">
|
||||
<i :class="['ui', {'disabled': !hasNext}, 'step', 'forward', 'secondary', 'icon']" ></i>
|
||||
<i :class="['ui', {'disabled': !hasNext}, 'forward', 'secondary', 'icon']" ></i>
|
||||
</a>
|
||||
<div
|
||||
class="wide column control volume-control"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue