forked from crowetic/commerce
TS Issues
This commit is contained in:
parent
3ba60fcafc
commit
92a2388bd1
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user