Fix NostrAuth link text (#1782)

This commit is contained in:
ekzyis 2024-12-31 15:40:30 +01:00 committed by GitHub
parent 1972af1fd9
commit ba2cdc2275
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 (