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} key={node.path}
product={node} product={node}
variant="simple" variant="simple"
imgWidth={480} imgProps={{
imgHeight={480} width: 480,
height: 480,
}}
/> />
))} ))}
</Grid> </Grid>