Update ProductView.tsx

This commit is contained in:
cond0r 2023-01-26 10:40:43 +02:00
parent 9ae544b5b9
commit e3cbd2d7e0

View File

@ -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>