Skip to content

Commit

Permalink
added alert for add money to wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishektiwari47 committed Dec 3, 2023
1 parent f8a1d16 commit f9cf144
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/client/src/components/visitor/AddMoney.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ function AddMoney(){
<span><SelectAmount value={200} /></span>
<span><SelectAmount value={500} /></span>
<span className="hidden lg:inline-block"><SelectAmount value={1000} /></span>
<div className='flex my-5 justify-end text-right ' ><button className="bg-green-600 p-2 text-white rounded shadow" onClick={()=>{console.log(inputAmount);pay();}}>Proceed</button></div>
<div className='flex my-5 justify-end text-right ' ><button className="bg-green-600 p-2 text-white rounded shadow" onClick={()=>
// {console.log(inputAmount);pay();}
{alert("Sorry, Currently this feature is not working : (")}
}>Proceed</button></div>
</div></div></div>
}

Expand Down

0 comments on commit f9cf144

Please sign in to comment.