mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Change url to products/
This commit is contained in:
@@ -38,7 +38,7 @@ const ProductCard: FC<Props> = ({
|
||||
)
|
||||
|
||||
return (
|
||||
<Link href={`/product/${product.slug}`}>
|
||||
<Link href={`/products/${product.slug}`}>
|
||||
<a className={rootClassName}>
|
||||
{variant === 'slim' && (
|
||||
<>
|
||||
|
Reference in New Issue
Block a user