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
Branches
Tags 0.16.3
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 @@ ...@@ -107,7 +107,7 @@
class="two wide column control" class="two wide column control"
@click.prevent.stop="next" @click.prevent.stop="next"
:disabled="!hasNext"> :disabled="!hasNext">
<i :class="['ui', {'disabled': !hasNext}, 'step', 'forward', 'secondary', 'icon']" ></i> <i :class="['ui', {'disabled': !hasNext}, 'forward', 'secondary', 'icon']" ></i>
</a> </a>
<div <div
class="wide column control volume-control" class="wide column control volume-control"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment