mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-22 21:47:25 +00:00
Fix comment like icon
This commit is contained in:
parent
7db00846b0
commit
73f516b9ce
@ -30,7 +30,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="whitespace-pre-wrap" v-html="purifyHTML(comment.commentText)" />
|
<div class="whitespace-pre-wrap" v-html="purifyHTML(comment.commentText)" />
|
||||||
<div class="comment-footer mt-1 flex items-center">
|
<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)" />
|
<span class="ml-1" v-text="numberFormat(comment.likeCount)" />
|
||||||
<font-awesome-icon class="ml-1" v-if="comment.hearted" icon="heart" />
|
<font-awesome-icon class="ml-1" v-if="comment.hearted" icon="heart" />
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user