Skip to content

Commit

Permalink
Fix NostrAuth link text
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzyis committed Dec 31, 2024
1 parent 211e3c1 commit d60ad95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/settings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit d60ad95

Please sign in to comment.