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