|
|
@ -61,7 +61,11 @@ const ProcessCard = ({ processes, title, hint, buttons, options }) => { |
|
|
|
className="flex flex-row gap-x-7 items-center justify-between" |
|
|
|
className="flex flex-row gap-x-7 items-center justify-between" |
|
|
|
> |
|
|
|
> |
|
|
|
<div className="flex flex-row items-center"> |
|
|
|
<div className="flex flex-row items-center"> |
|
|
|
<img src={option.icon} alt="icon" className="w-6" /> |
|
|
|
<img |
|
|
|
|
|
|
|
src={option.icon} |
|
|
|
|
|
|
|
alt="icon" |
|
|
|
|
|
|
|
className={`${j === 1 ? "w-7" : "w-6"}`} |
|
|
|
|
|
|
|
/> |
|
|
|
<p className="text-xs mr-1.5 text-[#00253A]">{option.title}</p> |
|
|
|
<p className="text-xs mr-1.5 text-[#00253A]">{option.title}</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<p className="text-xs text-[#00253A]">{option.content}</p> |
|
|
|
<p className="text-xs text-[#00253A]">{option.content}</p> |
|
|
|