Skip to content
Snippets Groups Projects
Commit 9005ebbd authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fix #613: incorrect icon for "next track" in player control

parents 0cc142b5 a4593346
No related branches found
No related tags found
No related merge requests found
Fixed incorrect icon for "next track" in player control (#613)
\ No newline at end of file
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment