mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-04 20:06:43 +01:00
Fix aria-label for jumpBackward button
This commit is contained in:
parent
122fc34a75
commit
3e4225bced
@ -8,7 +8,7 @@
|
||||
</button>
|
||||
</ui-tooltip>
|
||||
<ui-tooltip direction="top" :text="jumpBackwardText">
|
||||
<button :aria-label="jumpForwardText" class="text-gray-300" @mousedown.prevent @mouseup.prevent @click.stop="jumpBackward">
|
||||
<button :aria-label="jumpBackwardText" class="text-gray-300" @mousedown.prevent @mouseup.prevent @click.stop="jumpBackward">
|
||||
<span class="material-symbols text-2xl sm:text-3xl">replay</span>
|
||||
</button>
|
||||
</ui-tooltip>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user