From 45e2b6c9456f7a0a56f059260ac8ab16cc764a56 Mon Sep 17 00:00:00 2001 From: mahdi andalib Date: Wed, 6 Jul 2022 12:25:01 +0430 Subject: [PATCH] =?UTF-8?q?update=20src/components/Card/index.js=20=D8=A7?= =?UTF-8?q?=D9=88=D9=86=20=D8=A8=D9=88=D8=B1=D8=AF=DB=8C=D8=AF=20=D8=B3?= =?UTF-8?q?=D9=85=D8=AA=20=DA=86=D9=BE=20=D8=B7=D8=B1=D8=AD=20=D8=B1=D8=A7?= =?UTF-8?q?=20=D8=A7=D8=B6=D8=A7=D9=81=D9=87=20=DA=A9=D8=B1=D8=AF=D9=85=20?= =?UTF-8?q?|=206?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Card/index.js | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/components/Card/index.js b/src/components/Card/index.js index 95d9298..b98c5b1 100644 --- a/src/components/Card/index.js +++ b/src/components/Card/index.js @@ -58,15 +58,18 @@ const ProcessCard = ({ processes, title, hint, buttons, options }) => { {/* left */}
{options.map((option, j) => ( -
-
- icon -

{option.title}

+
+
+
+ icon +

{option.title}

+
+

{option.content}

-

{option.content}

+ {j === 2 &&
}
))}