diff --git a/src/components/ProductImage/index.js b/src/components/ProductImage/index.js index dc3dab2..d721813 100644 --- a/src/components/ProductImage/index.js +++ b/src/components/ProductImage/index.js @@ -10,20 +10,21 @@ const ProductImage = ({ images }) => { return (
-
+
{images.slice(0, 4).map((image, index) => (
{/* این خط پایین که نوشتم برای این است که ایندکس که جنسش استرینگ است رو به نامبر تبدیل کند */} {Number(index) === 3 && ( -
- {images.length - 3} +
+ + {images.length - 3}
)}