mirror of
https://github.com/vercel/commerce.git
synced 2025-06-20 06:01:21 +00:00
changes
This commit is contained in:
parent
10e2324d06
commit
b719971742
@ -83,7 +83,7 @@ const ProductCard: FC<Props> = ({
|
||||
<Image
|
||||
alt={product.name || 'Product Image'}
|
||||
className={s.productImage}
|
||||
src={product.images[0].url || placeholderImg}
|
||||
src={product.images[0]?.url || placeholderImg}
|
||||
height={540}
|
||||
width={540}
|
||||
quality="85"
|
||||
|
Loading…
x
Reference in New Issue
Block a user