Update zap undos info (#1237)

This commit is contained in:
ekzyis 2024-06-13 01:16:41 +02:00 committed by GitHub
parent cbcae1d128
commit 286f53f2b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 4 deletions

View File

@ -1007,10 +1007,9 @@ const ZapUndosField = () => {
zap undos zap undos
<Info> <Info>
<ul className='fw-bold'> <ul className='fw-bold'>
<li>An undo button is shown after every zap that exceeds or is equal to the threshold</li> <li>After every zap that exceeds or is equal to the threshold, the bolt will pulse</li>
<li>The button is shown for {ZAP_UNDO_DELAY_MS / 1000} seconds</li> <li>You can undo the zap if you click the bolt while it's pulsing</li>
<li>The button is only shown for zaps from the custodial wallet</li> <li>The bolt will pulse for {ZAP_UNDO_DELAY_MS / 1000} seconds</li>
<li>Use a budget or manual approval with attached wallets</li>
</ul> </ul>
</Info> </Info>
</div> </div>