fix issue #613 - fix incorrect icon for forward button

This commit is contained in:
Johan Desmyter 2018-11-19 09:36:21 +03:00
parent 742ee9bc9b
commit 65b227b613
1 changed files with 1 additions and 1 deletions

View 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"