More updates

This commit is contained in:
okbel
2021-01-19 12:33:50 -03:00
parent a8ae360cd4
commit 48b484011d
9 changed files with 57 additions and 50 deletions

View File

@@ -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)}
>