4
0
forked from crowetic/commerce

style change

This commit is contained in:
Luis Alvarez 2020-10-22 19:00:31 -05:00
parent a54f1a2cb8
commit ce8f0235f5

View File

@ -64,6 +64,7 @@ const ProductCard: FC<Props> = ({
</div>
<div className="absolute z-10 inset-0 flex items-center justify-center">
<Image
className={cn('w-full object-cover', s['product-image'])}
src={src}
width={imgWidth}
height={imgHeight}