fixed back link

This commit is contained in:
Mamalizz
2025-09-22 13:03:46 +03:30
parent 3eb13516a9
commit 1191247f0f
+1 -1
View File
@@ -81,7 +81,7 @@ const hasCartItem = computed(() => !!cart.value && cart.value.items.length! > 0)
icon="bi:cart"
>
<template #actions>
<NuxtLink :to="{ name: 'products' }">
<NuxtLink :to="{ name: 'products-slug' }">
<Button
class="rounded-full"
size="md"