From 167eb73471e031eac5556b8de81ca96eb7f9cb0c Mon Sep 17 00:00:00 2001 From: msuthar09 Date: Wed, 7 Dec 2022 14:17:09 -0500 Subject: [PATCH] test26 --- site/components/product/ProductView/ProductView.tsx | 1 + site/components/search.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/site/components/product/ProductView/ProductView.tsx b/site/components/product/ProductView/ProductView.tsx index 31cbcd577..11b6cef69 100644 --- a/site/components/product/ProductView/ProductView.tsx +++ b/site/components/product/ProductView/ProductView.tsx @@ -80,6 +80,7 @@ const ProductView: FC = ({ product, relatedProducts }) => { variant="simple" className="animated fadeIn" imgProps={{ + alt: '', width: 300, height: 300, }} diff --git a/site/components/search.tsx b/site/components/search.tsx index 92146628c..061303a1c 100644 --- a/site/components/search.tsx +++ b/site/components/search.tsx @@ -324,6 +324,7 @@ export default function Search({ categories, brands }: SearchPropsType) { className="animated fadeIn" product={product} imgProps={{ + alt: '', width: 480, height: 480, }}