diff --git a/components/product/ProductView/ProductView.tsx b/components/product/ProductView/ProductView.tsx index aab6d0d19..f689030d6 100644 --- a/components/product/ProductView/ProductView.tsx +++ b/components/product/ProductView/ProductView.tsx @@ -61,31 +61,29 @@ const ProductView: FC = ({ product, relatedProducts }) => {
- {relatedProducts.length && ( -
- Related Products -
- {relatedProducts.map((p) => ( -
+ Related Products +
+ {relatedProducts.map((p) => ( +
+ - -
- ))} -
-
- )} + variant="simple" + className="animated fadeIn" + imgProps={{ + width: 300, + height: 300, + }} + /> + + ))} + +