better boost hint

This commit is contained in:
keyan 2021-09-15 17:57:55 -05:00
parent af2797f12a
commit d70a85f5c6
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export default function AdvPostForm () {
<Input
label='boost'
name='boost'
hint={<span className='text-muted'>boost ranks posts higher temporarily based on the amount</span>}
hint={<span className='text-muted'>ranks posts higher temporarily based on the amount</span>}
append={<InputGroup.Text className='text-monospace'>sats</InputGroup.Text>}
/>
}