ProductGrid builds a massive infinite grid

This commit is contained in:
Belen Curcio
2020-10-03 11:33:31 -03:00
parent cf620b4fb3
commit 3d3b0f34a9
3 changed files with 28 additions and 16 deletions

View File

@@ -39,10 +39,10 @@ const ProductCard: FC<Props> = ({ className, productData }) => {
</div>
<div className="absolute top-0 left-0 w-full h-full z-0">
<img
{/* <img
className="object-cover object-center w-full"
src={productData.images.edges[0].node.urlSmall}
/>
/> */}
</div>
</div>
)