Update ProductView.tsx

This commit is contained in:
Catalin Pinte 2022-11-25 09:00:12 +02:00 committed by GitHub
parent 66ab71eea0
commit 93e144f215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ const ProductView: FC<ProductViewProps> = ({ product, relatedProducts }) => {
images: [
{
url: product.images[0]?.url!,
width: '600',
width: '800',
height: '600',
alt: product.name,
},