mirror of
https://github.com/vercel/commerce.git
synced 2025-06-11 18:36:58 +00:00
Update index.tsx
This commit is contained in:
parent
e3cbd2d7e0
commit
47e5164ded
@ -70,8 +70,8 @@ export default function Home({
|
|||||||
product={product}
|
product={product}
|
||||||
imgProps={{
|
imgProps={{
|
||||||
alt: product.name,
|
alt: product.name,
|
||||||
width: i === 0 ? 1080 : 540,
|
width: i === 1 ? 1080 : 540,
|
||||||
height: i === 0 ? 1080 : 540,
|
height: i === 1 ? 1080 : 540,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user