mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
More updates
This commit is contained in:
@@ -20,7 +20,7 @@ const ProductCard: FC<Props> = ({
|
||||
...props
|
||||
}) => {
|
||||
return (
|
||||
<Link href={`product/${product.slug}`} {...props}>
|
||||
<Link href={`/product/${product.slug}`} {...props}>
|
||||
<a
|
||||
className={cn(s.root, { [s.simple]: variant === 'simple' }, className)}
|
||||
>
|
||||
|
Reference in New Issue
Block a user