mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix listen icon
This commit is contained in:
parent
e94aaf6315
commit
72d9fa9137
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@
|
|||
</router-link>
|
||||
|
||||
<div class="uk-align-right" style="margin-left: 0; margin-bottom: 0; display: inline-block; width: 10%">
|
||||
<router-link :to="video.url + '&listen=1'" :aria-label="'listen to '+video.title">
|
||||
<font-awesome-icon alt="" icon="headphones"></font-awesome-icon>
|
||||
<router-link :to="video.url + '&listen=1'" :aria-label="'listen to '+video.title" :title="'listen to '+video.title">
|
||||
<font-awesome-icon icon="headphones"></font-awesome-icon>
|
||||
</router-link>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue