Skip to content

Commit

Permalink
Update TransferFund.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Dec 5, 2023
1 parent 47137a2 commit ef1de64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dapp/src/TransferFund.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function TransferFund({ api, account, balances, currentChainName, formatted, isP
</Grid>
<Grid container item justifyContent="center" pt="15px">
{balances?.availableBalance?.isZero() && currentChainName as string === 'westend' && (
<Typography variant="h5">
<Typography variant="body1" color='info'>
{` You can top up your address by sending `}
<strong>{`!drip ${formatted}`}</strong>
{` to the `}
Expand Down

0 comments on commit ef1de64

Please sign in to comment.