Commit d2c06f2b by Arjun Jhukal

updated the minor changes

parent 769d3785
......@@ -42,7 +42,7 @@ export default function UserProfileCard({ balance }: { balance: any }) {
<div className="w-full rounded-[14px] p-4 lg:py-6" style={{ background: "rgba(191, 26, 198, 0.10)" }}>
<Image src={"/assets/images/withdrawn.svg"} alt='' width={48} height={48} className='mx-auto' />
<div className="content mt-3">
<strong className="text-[12px] leading-[120%] font-[700] text-white block ">$3{balance?.data?.total_withdrawn}</strong>
<strong className="text-[12px] leading-[120%] font-[700] text-white block ">${balance?.data?.total_withdrawn}</strong>
<span className="text-white text-[9px]">Total Withdrawal</span>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment