Change url to products/

This commit is contained in:
Daniel Gent
2021-08-23 19:07:19 +02:00
parent 0e7e7b7d5f
commit b5455ae2fd
3 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ const ProductCard: FC<Props> = ({
)
return (
<Link href={`/product/${product.slug}`}>
<Link href={`/products/${product.slug}`}>
<a className={rootClassName}>
{variant === 'slim' && (
<>