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 */}
-
+
{/* bottom */}
-
+
{/* right */}
{/* left */}
- {items.map((item, i) => (
-
- ))}
+
+ {items.map((item, i) => (
+
+
+
{item.name}
+
{item.ans}
+
+ ))}
+
{/* 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: "دارد",
},
],
};