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