mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Add missing title to VideoItem uploader name router-link
This commit is contained in:
parent
d91fab438d
commit
942431a3a7
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
</router-link>
|
||||
|
||||
<div style="width: calc(100% - 32px - 8px);">
|
||||
<router-link class="uk-link-muted uk-overflow-hidden" :to="video.uploaderUrl" style="display:block; width: 90%">
|
||||
<router-link class="uk-link-muted uk-overflow-hidden" :to="video.uploaderUrl" :title="video.uploaderName" style="display:block; width: 90%">
|
||||
{{ video.uploaderName }} <font-awesome-icon
|
||||
v-if="video.uploaderVerified"
|
||||
icon="check"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue