aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/product-card.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/product-card.tsx')
-rw-r--r--frontend/src/components/product-card.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/product-card.tsx b/frontend/src/components/product-card.tsx
index 25717f4..e953e83 100644
--- a/frontend/src/components/product-card.tsx
+++ b/frontend/src/components/product-card.tsx
@@ -75,7 +75,7 @@ export function ProductCard({
onMouseEnter={() => setIsHovered(true)}
onMouseLeave={() => setIsHovered(false)}
>
- <Link href={`/product/${id}`}>
+ <Link href={`/products/${id}`}>
<div className="relative overflow-hidden">
{/* Product Image */}
<div className="aspect-[3/4] bg-neutral-100 dark:bg-neutral-800 relative overflow-hidden">