This commit is contained in:
CHIEFSOFT\ameye
2023-07-09 00:39:38 -04:00
parent 03866d666b
commit d89194f18e
+6 -4
View File
@@ -47,9 +47,11 @@ export default function WalletItemCard({walletItem}) {
</p> </p>
</div> </div>
<div className="counters flex space-x-16"> <div className="counters flex space-x-16">
<Link to='transfer-fund' className='px-2 py-1 flex items-center gap-2 user-balance cursor-pointer h-[48px] rounded-full relative bg-purple lg:text-xl text-lg font-bold text-white'>Transfer</Link>:'' {
walletItem.action_type != 'AC_AD_FD_ONLY' ?
<Link to='add-fund' state={{currency:walletItem.description}} className='px-2 py-1 flex items-center gap-2 user-balance cursor-pointer h-[48px] rounded-full relative bg-green lg:text-xl text-lg font-bold text-white'> <Link to='transfer-fund' className='px-2 py-1 flex items-center gap-2 user-balance cursor-pointer h-[40px] rounded-full relative bg-purple lg:text-xl text-lg font-bold text-white'>Transfer</Link>:''
}
<Link to='add-fund' state={{currency:walletItem.description}} className='px-2 py-1 flex items-center gap-2 user-balance cursor-pointer h-[40px] rounded-full relative bg-white lg:text-xl text-lg font-bold'>
<span className=""> <span className="">
<svg xmlns="http://www.w3.org/2000/svg" width="38" <svg xmlns="http://www.w3.org/2000/svg" width="38"
height="38" viewBox="0 0 42 42" fill="none"><path height="38" viewBox="0 0 42 42" fill="none"><path
@@ -57,7 +59,7 @@ export default function WalletItemCard({walletItem}) {
fill="white"></path> fill="white"></path>
</svg> </svg>
</span> </span>
<span className='text-white'>Add Credit</span> <span className='text-black'>Add Credit</span>
</Link> </Link>
{/*<div className="circle-count">*/} {/*<div className="circle-count">*/}