Hover State

This commit is contained in:
Bel Curcio
2020-12-08 10:27:15 -03:00
parent bbcf63b892
commit 12327d1a75
3 changed files with 9 additions and 9 deletions

View File

@@ -82,7 +82,7 @@ const ProductCard: FC<Props> = ({
quality="85"
src={src}
alt={p.name}
className={s.image}
className={s.productImage}
width={imgWidth}
sizes={imgSizes}
height={imgHeight}