update src/components/Card/index.js

master
mahdi 2 years ago
parent cd3b9847f3
commit 016a672bee
  1. 6
      src/components/Card/index.js

@ -61,7 +61,11 @@ const ProcessCard = ({ processes, title, hint, buttons, options }) => {
className="flex flex-row gap-x-7 items-center justify-between"
>
<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>
</div>
<p className="text-xs text-[#00253A]">{option.content}</p>

Loading…
Cancel
Save