mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Update CommentItem.vue
This commit is contained in:
parent
1c3e03c84b
commit
1307d96406
1 changed files with 1 additions and 1 deletions
|
@ -1,11 +1,11 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="comment mt-1.5 flex">
|
<div class="comment mt-1.5 flex">
|
||||||
<img
|
<img
|
||||||
|
loading="lazy"
|
||||||
:src="comment.thumbnail"
|
:src="comment.thumbnail"
|
||||||
class="comment-avatar h-12 w-12 rounded-full"
|
class="comment-avatar h-12 w-12 rounded-full"
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
loading="lazy"
|
|
||||||
alt="Avatar"
|
alt="Avatar"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue