1
0
mirror of https://github.com/vercel/commerce.git synced 2025-06-05 15:56:59 +00:00
This commit is contained in:
msuthar09 2022-12-07 14:17:09 -05:00
parent 0c88f069d5
commit 167eb73471
2 changed files with 2 additions and 0 deletions
site/components
product/ProductView
search.tsx

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