mirror of
https://github.com/vercel/commerce.git
synced 2025-05-16 22:46:58 +00:00
test26
This commit is contained in:
parent
0c88f069d5
commit
167eb73471
@ -80,6 +80,7 @@ const ProductView: FC<ProductViewProps> = ({ product, relatedProducts }) => {
|
||||
variant="simple"
|
||||
className="animated fadeIn"
|
||||
imgProps={{
|
||||
alt: '',
|
||||
width: 300,
|
||||
height: 300,
|
||||
}}
|
||||
|
@ -324,6 +324,7 @@ export default function Search({ categories, brands }: SearchPropsType) {
|
||||
className="animated fadeIn"
|
||||
product={product}
|
||||
imgProps={{
|
||||
alt: '',
|
||||
width: 480,
|
||||
height: 480,
|
||||
}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user