mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
feat: improve a11y
This commit is contained in:
parent
17cc10bab0
commit
38938656dc
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue