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