Update CommentItem.vue

This commit is contained in:
anewuser 2023-12-18 08:05:47 -03:00 committed by GitHub
parent 1c3e03c84b
commit 1307d96406
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
<template>
<div class="comment mt-1.5 flex">
<img
loading="lazy"
:src="comment.thumbnail"
class="comment-avatar h-12 w-12 rounded-full"
height="48"
width="48"
loading="lazy"
alt="Avatar"
/>