fix: change wording from deposit to top up wallet (#440)
This commit is contained in:
@@ -39,7 +39,7 @@ export function AccountWallet(): ReactElement {
|
|||||||
<Grid container direction="row" justifyContent="space-between" alignItems="center">
|
<Grid container direction="row" justifyContent="space-between" alignItems="center">
|
||||||
<Typography variant="h2">Wallet balance</Typography>
|
<Typography variant="h2">Wallet balance</Typography>
|
||||||
<SwarmButton onClick={onDeposit} iconType={Download}>
|
<SwarmButton onClick={onDeposit} iconType={Download}>
|
||||||
Deposit
|
Top up wallet
|
||||||
</SwarmButton>
|
</SwarmButton>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
Reference in New Issue
Block a user