mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Remove uploader image beside channel name
This commit is contained in:
parent
bba5abed52
commit
21188cefce
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@
|
|||
|
||||
<span v-if="video.uploaderUrl && video.uploaderName && !hideChannel">
|
||||
<router-link class="uk-link-muted" :to="video.uploaderUrl">
|
||||
<img :src="video.uploaderAvatar" loading="lazy" class="uk-border-circle" style="width: 15%; height: 15%"/>
|
||||
{{ video.uploaderName }} <font-awesome-icon
|
||||
v-if="video.uploaderVerified"
|
||||
icon="check"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue