mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
improve the images
This commit is contained in:
@@ -72,7 +72,7 @@ const ProductCard: FC<Props> = ({
|
||||
</div>
|
||||
<EnhancedImage
|
||||
alt={p.name}
|
||||
className="w-full object-cover"
|
||||
className={cn('w-full object-cover', s['product-image'])}
|
||||
src={src}
|
||||
width={imgWidth}
|
||||
height={imgHeight}
|
||||
|
Reference in New Issue
Block a user