Skip to content

Commit

Permalink
fix like style
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Mar 27, 2024
1 parent 2891e32 commit 8e0f4a9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Modules/CircleXO/resources/views/components/listing-card.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,21 @@
</x-tomato-admin-tooltip>
@endif
</div>
@else
<x-tomato-admin-tooltip :text="__('Like')">
<x-splade-link :href="route('account.register')" class="w-full">
<div class="flex justify-start gap-2">
<div class="bg-zinc-700 p-3 rounded-lg text-white flex flex-col justify-center items-center">
<i class="bx bxs-like text-lg"></i>
</div>
<div class="flex flex-col justify-center items-center">
<div>
<p>{{ $item->likers()->count() }}</p>
</div>
</div>
</div>
</x-splade-link>
</x-tomato-admin-tooltip>
@endif
</div>
<div class="flex flex-col justify-center items-center mx-4">
Expand Down

0 comments on commit 8e0f4a9

Please sign in to comment.