new tip dialog

This commit is contained in:
keyan 2022-01-20 15:07:38 -06:00
parent e084e9e89f
commit b6b5cea1f5
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ const UpvotePopover = ({ target, show, handleClose }) => (
<button type='button' className='close' onClick={handleClose}><span aria-hidden='true'>×</span><span className='sr-only'>Close alert</span></button>
</Popover.Title>
<Popover.Content>
Press bolt again to tip 1 sat.
<div className='mb-2'>Press the bolt again to tip 1 more sat.</div>
<div>Repeatedly press the bolt to tip more sats.</div>
</Popover.Content>
</Popover>
</Overlay>