mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-31 14:29:28 +01:00
Add unlighthouse
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user