fix listen icon

This commit is contained in:
ChunkyProgrammer 2021-09-21 17:51:20 -04:00
parent e94aaf6315
commit 72d9fa9137

View file

@ -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>