Tried some updates

This commit is contained in:
Henrik Larsson
2023-08-13 14:06:02 +02:00
parent 810754ad1d
commit ac9d8c4386
5 changed files with 3 additions and 7 deletions

View File

@@ -15,7 +15,6 @@ interface Props {
const ProductCard: FC<Props> = ({ product, className, variant = 'default' }) => {
const rootClassName = cn('w-full group relative overflow-hidden', className);
console.log(product);
return (
<Link