4
0
forked from crowetic/commerce

TS Issues

This commit is contained in:
Belen Curcio 2021-01-10 14:13:46 -03:00
parent 3ba60fcafc
commit 92a2388bd1

View File

@ -53,8 +53,10 @@ const Head: FC<Props> = ({ categories, brands, newestProducts }) => {
key={node.path}
product={node}
variant="simple"
imgWidth={480}
imgHeight={480}
imgProps={{
width: 480,
height: 480,
}}
/>
))}
</Grid>