Fix NostrAuth link text (#1782)
This commit is contained in:
parent
1972af1fd9
commit
ba2cdc2275
|
@ -707,7 +707,7 @@ function NostrLinkButton ({ unlink, status }) {
|
|||
? unlink
|
||||
: () => showModal(onClose =>
|
||||
<div className='d-flex flex-column align-items-center'>
|
||||
<NostrAuth text='Unlink' />
|
||||
<NostrAuth text='Link' />
|
||||
</div>)
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue