Просмотр исходного кода

fixed for : cosmetic items not display when click cosmetic banner in carousel

master
nadia 5 дней назад
Родитель
Сommit
8023b16d2c
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      src/components/CarouselContainer/CarouselContainer.jsx

+ 1
- 1
src/components/CarouselContainer/CarouselContainer.jsx Просмотреть файл

@@ -22,7 +22,7 @@ const CarouselContainer = () => {
22 22
     { img_src: mainImage8, alt_name: "Somewhere Somehow Someone", productType: "Apparel", title: "Somewhere Somehow Someone", titles: ["SOMEWHERE SOMEHOW SOMEONE"] },
23 23
     { img_src: mainImage6, alt_name: "Oasis Abaya Collection", productType: "Apparel", title: "Oasis abaya", titles: ["OASIS ABAYA COLLECTION", "OASIS ABAYA"] },
24 24
     { img_src: mainImage5, alt_name: "Raya Romantics", productType: "Apparel", title: "Raya Romantics", titles: ["RAYA ROMANTICS", "RAYA ROMANTICS COLLECTION 2025"] },
25
-    { img_src: mainImage2, alt_name: "Amber Beauty Cosmetics", productType: "BEAUTY", title: "Cosmetics", titles: ["COSMETICS"] },
25
+    { img_src: mainImage2, alt_name: "Amber Beauty Cosmetics", productType: "BEAUTY", title: "Cosmetics", titles: ["COSMETIC"] },
26 26
   ];
27 27
 
28 28
   const items = [...baseItems, ...baseItems];

Загрузка…
Отмена
Сохранить