Implemented zero state to all listings #53

Merged
ameye merged 19 commits from implementing-zero-state into master 2023-05-11 21:05:09 +00:00
Showing only changes of commit d002bee612 - Show all commits
+4 -1
View File
@@ -40,7 +40,10 @@ function Balance({wallet, coupon}) {
</div>
<div className='w-full my-2 md:my-0 md:w-1/2 flex space-x-2 items-center justify-start md:justify-end'>
<Link to='transfer-fund' className='text-base text-white px-3 py-1 bg-purple rounded-md hover:opacity-80'>Transfer</Link>
{
item.action_type != 'AC_AD_FD_ONLY' ?
<Link to='transfer-fund' className='text-base text-white px-3 py-1 bg-purple rounded-md hover:opacity-80'>Transfer</Link>:''
}
<Link to='add-fund' className='text-base text-white px-3 py-1 bg-[orange] rounded-md hover:opacity-80'>Top Up</Link>
</div>
</div>