refine wallet limit banner slightly
This commit is contained in:
parent
01984c0b43
commit
4c36b7813a
|
@ -76,10 +76,14 @@ export function WalletLimitBanner () {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Alert className={styles.banner} key='info' variant='warning'>
|
<Alert className={styles.banner} key='info' variant='warning'>
|
||||||
|
<Alert.Heading>
|
||||||
|
Your wallet is over the current limit ({numWithUnits(msatsToSats(BALANCE_LIMIT_MSATS))})
|
||||||
|
</Alert.Heading>
|
||||||
|
<p className='mb-1'>
|
||||||
|
You will not be able to deposit any more funds or receive sats from <strong>outside</strong> of SN.
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Your wallet is over the current limit ({numWithUnits(msatsToSats(BALANCE_LIMIT_MSATS))}).<br />
|
Please spend or withdraw sats to restore full wallet functionality.
|
||||||
You will not be able to deposit any more funds or receive sats from outside of SN.<br />
|
|
||||||
Please withdraw sats to restore full wallet functionality.
|
|
||||||
</p>
|
</p>
|
||||||
</Alert>
|
</Alert>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue