added cart item link

This commit is contained in:
Mamalizz
2025-04-21 23:28:56 +03:30
parent dafdc9170b
commit 88c263884d
+5 -2
View File
@@ -150,9 +150,12 @@ watch(
</div>
</div>
<span class="font-semibold typo-sub-h-sm lg:typo-sub-h-xl text-black">
<NuxtLink
:to="`product/${data.product.id}`"
class="font-semibold typo-sub-h-sm lg:typo-sub-h-xl text-black underline underline-offset-2"
>
{{ data.product.title }}
</span>
</NuxtLink>
<div class="flex items-center justify-start gap-1.5">
<div