feat: improve a11y

This commit is contained in:
Filipe Medeiros 2021-10-07 20:22:01 +01:00
parent 17cc10bab0
commit 38938656dc

View file

@ -55,8 +55,8 @@
</a>
<router-link
:to="toggleListenUrl"
:aria-label="'listen to ' + video.title"
:title="'listen to ' + video.title"
:aria-label="(isListening ? 'watch ' : 'listen to ') + video.title"
:title="(isListening ? 'watch ' : 'listen to ') + video.title"
class="uk-margin-small-left uk-button uk-button-small"
>
<font-awesome-icon icon="headphones"></font-awesome-icon>