add underline to wallet links

This commit is contained in:
keyan 2021-08-22 10:31:46 -05:00
parent ce0e3dac45
commit 56efbcd4fc

View File

@ -140,7 +140,7 @@ function LnQRAuth ({ k1, encodedUrl }) {
return ( return (
<> <>
<small className='mb-2'> <small className='mb-2'>
<a className='text-muted' href='https://github.com/fiatjaf/awesome-lnurl#wallets' target='_blank' rel='noreferrer'>Does my wallet support lnurl-auth?</a> <a className='text-muted text-underline' href='https://github.com/fiatjaf/awesome-lnurl#wallets' target='_blank' rel='noreferrer' style={{ textDecoration: 'underline' }}>Does my wallet support lnurl-auth?</a>
</small> </small>
<LnQR value={encodedUrl} status='waiting for you' /> <LnQR value={encodedUrl} status='waiting for you' />
</> </>