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>
|
</Link>
|
||||||
<span className='mx-3 font-weight-bold text-muted'>or</span>
|
<span className='mx-3 font-weight-bold text-muted'>or</span>
|
||||||
<Link href='/wallet?type=withdrawl'>
|
<Link href='/wallet?type=withdrawl'>
|
||||||
<Button variant='success'>withdrawl</Button>
|
<Button variant='success'>withdraw</Button>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user