mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
add styles to Layout Component and changing starting page
This commit is contained in:
@@ -53,7 +53,7 @@ const ProductCard: FC<Props> = ({
|
||||
alt={product.name || 'Product Image'}
|
||||
height={320}
|
||||
width={320}
|
||||
layout="fixed"
|
||||
layout="responsive"
|
||||
objectFit="cover"
|
||||
{...imgProps}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user