mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 06:56:59 +00:00
Update ProductView.tsx
This commit is contained in:
parent
9ae544b5b9
commit
e3cbd2d7e0
@ -78,7 +78,7 @@ const ProductView: FC<ProductViewProps> = ({ product, relatedProducts }) => {
|
|||||||
className="animated fadeIn"
|
className="animated fadeIn"
|
||||||
imgProps={{
|
imgProps={{
|
||||||
alt: p.name,
|
alt: p.name,
|
||||||
className: 'w-full h-auto',
|
className: 'w-full h-full object-cover',
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user