center wallet balance text
This commit is contained in:
parent
b93bf5302b
commit
18f1a9f335
|
@ -32,7 +32,7 @@ export function WalletForm () {
|
||||||
|
|
||||||
if (!router.query.type) {
|
if (!router.query.type) {
|
||||||
return (
|
return (
|
||||||
<div className='align-items-center'>
|
<div className='align-items-center text-center'>
|
||||||
<YouHaveSats />
|
<YouHaveSats />
|
||||||
<Link href='/wallet?type=fund'>
|
<Link href='/wallet?type=fund'>
|
||||||
<Button variant='success'>fund</Button>
|
<Button variant='success'>fund</Button>
|
||||||
|
|
Loading…
Reference in New Issue