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 &&
}
))}