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