From 73f516b9ce6500c252ebce87ecc6c82f23cc8ac8 Mon Sep 17 00:00:00 2001
From: Malloc Voidstar <1284317+AlyoshaVasilieva@users.noreply.github.com>
Date: Tue, 9 May 2023 03:25:01 -0700
Subject: [PATCH] Fix comment like icon

---
 src/components/CommentItem.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/CommentItem.vue b/src/components/CommentItem.vue
index 160393a1..97473587 100644
--- a/src/components/CommentItem.vue
+++ b/src/components/CommentItem.vue
@@ -30,7 +30,7 @@
             </div>
             <div class="whitespace-pre-wrap" v-html="purifyHTML(comment.commentText)" />
             <div class="comment-footer mt-1 flex items-center">
-                <div class="i-fa-solid:thumbs-up" />
+                <div class="i-fa6-solid:thumbs-up" />
                 <span class="ml-1" v-text="numberFormat(comment.likeCount)" />
                 <font-awesome-icon class="ml-1" v-if="comment.hearted" icon="heart" />
             </div>