mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Update WatchVideo.vue
This commit is contained in:
parent
8ce5738e77
commit
ee2d13016a
1 changed files with 1 additions and 1 deletions
|
@ -73,11 +73,11 @@
|
||||||
<!-- Channel Image & Info -->
|
<!-- Channel Image & Info -->
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<img
|
<img
|
||||||
|
loading="lazy"
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
:src="video.uploaderAvatar"
|
:src="video.uploaderAvatar"
|
||||||
alt=""
|
alt=""
|
||||||
loading="lazy"
|
|
||||||
class="rounded-full"
|
class="rounded-full"
|
||||||
/>
|
/>
|
||||||
<router-link v-if="video.uploaderUrl" class="link ml-1.5" :to="video.uploaderUrl">{{
|
<router-link v-if="video.uploaderUrl" class="link ml-1.5" :to="video.uploaderUrl">{{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue