Fix typo in wallet UI button
"withdraw" instead of "withdrawl" is the right action verb
This commit is contained in:
parent
d083845a77
commit
b297d0a783
|
@ -39,7 +39,7 @@ export function WalletForm () {
|
|||
</Link>
|
||||
<span className='mx-3 font-weight-bold text-muted'>or</span>
|
||||
<Link href='/wallet?type=withdrawl'>
|
||||
<Button variant='success'>withdrawl</Button>
|
||||
<Button variant='success'>withdraw</Button>
|
||||
</Link>
|
||||
</div>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue