From f21adea985e9ef6b3f3830fe2968634dce1a4104 Mon Sep 17 00:00:00 2001 From: mahdi Date: Sat, 14 May 2022 17:19:52 +0430 Subject: [PATCH] update src/components/CardDesgin/ProcessCard/index.js --- .../CardDesgin/ProcessCard/index.js | 37 ++++++++++++++----- 1 file changed, 28 insertions(+), 9 deletions(-) diff --git a/src/components/CardDesgin/ProcessCard/index.js b/src/components/CardDesgin/ProcessCard/index.js index 350b188..1e72211 100644 --- a/src/components/CardDesgin/ProcessCard/index.js +++ b/src/components/CardDesgin/ProcessCard/index.js @@ -26,24 +26,33 @@ const ProcessCard = ({ processes, title, hint, items }) => { ))} {/* middle */} -
+

{title}

{hint}

{/* bottom */} -
+
{/* right */}
{/* left */} @@ -82,9 +91,19 @@ ProcessCard.defaultProps = { items: [ { - icon: "images/user-edit.svg", - name: "سوالات", - ans: "5", + icon: "images/notification.svg", + name: "سوالات:", + ans: 5, + }, + { + icon: "images/notification.svg", + name: "چک لیست:", + ans: "تابع دارد", + }, + { + icon: "images/notification.svg", + name: "مکاتبات:", + ans: "دارد", }, ], };