diff --git a/src/components/CardDesgin/CardDesign3/index.js b/src/components/CardDesgin/CardDesign3/index.js index 72f4a17..471f05b 100644 --- a/src/components/CardDesgin/CardDesign3/index.js +++ b/src/components/CardDesgin/CardDesign3/index.js @@ -10,19 +10,19 @@ import SearchBox from "../../SearchDesign/SearchBox"; const CardDesign3 = () => { return ( -
+
diff --git a/src/components/CardDesgin/CustomToast2/index.js b/src/components/CardDesgin/CustomToast2/index.js index 15fd0fd..0544e5a 100644 --- a/src/components/CardDesgin/CustomToast2/index.js +++ b/src/components/CardDesgin/CustomToast2/index.js @@ -6,7 +6,7 @@ const CustomToast2 = ({ items, num }) => { {items.slice(0, num).map((item, index) => (
{/* right */}
@@ -16,12 +16,12 @@ const CustomToast2 = ({ items, num }) => { alt={item.profilePic} />
-

{item.name}

-

+

{item.name}

+

تاریخ ورود: {item.enteryData}

-

+

کد ملی {item.idCard}

@@ -29,7 +29,7 @@ const CustomToast2 = ({ items, num }) => {
{/* left */}
- + {item.number} { console.log(items.alertIcon); return ( -
-
+ <> +
{items.map((item, index) => ( <>
{

- {item.subtitle} + {item.subtitle} {item.title}

{item.customerSatisfaction && (

رضایت خریداران: - + {item.customerSatisfactionPercent}

@@ -40,16 +40,16 @@ const ProductStatusCard = ({ items, productPrice, discountPrice }) => { )}
{Number(index) !== items.length - 1 && ( -
+
)} ))}
-

+

{productPrice} - تومان + تومان

-

+

با خرید این کالا {discountPrice} صرفه جویی کنید @@ -58,11 +58,11 @@ const ProductStatusCard = ({ items, productPrice, discountPrice }) => {

-
+
{ />
-

+

بازگشت بی چون و چرا

-

+

از اونجایی که ما خیلی خوب هستیم و دوستون داریم در صورتی که از کالایی خوشتون نیومده میتونید بی قید و شرط پس بدید

-
+ ); };