Fix typo in wallet UI button

"withdraw" instead of "withdrawl" is the right action verb
This commit is contained in:
bubersson 2021-07-23 11:53:06 -07:00 committed by GitHub
parent d083845a77
commit b297d0a783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>
)