Add unlighthouse

This commit is contained in:
2024-06-30 23:55:35 +02:00
parent 092f923d23
commit 8be6e1731b
5 changed files with 13 additions and 18 deletions

View File

@@ -98,16 +98,16 @@ async function handleLike() {
/>
<div class="space-y-8">
<p>
Thanks for reading this post! If you liked it, please consider sharing it with your friends. <strong>Don't
forget to leave a like!</strong>
Thanks for reading this post! If you liked it, please consider sharing it with your friends.
<strong>Don't forget to leave a like!</strong>
</p>
<div class="flex gap-4 items-center flex-wrap">
<UButton
:label="postDB?.likes > 1 ? `${postDB?.likes} likes` : `${postDB?.likes} like`"
color="red"
color="white"
icon="i-ph-heart-duotone"
size="lg"
variant="outline"
variant="solid"
@click.prevent="handleLike()"
/>
<UButton