chore: update button label from 'Open on Nostr' to 'Open with njump'

This commit is contained in:
Gigi
2025-10-15 17:37:38 +02:00
parent 4e50073e07
commit 1fff44fc6c
2 changed files with 2 additions and 2 deletions

View File

@@ -793,7 +793,7 @@ const ContentPanel: React.FC<ContentPanelProps> = ({
onClick={handleOpenPortal}
>
<FontAwesomeIcon icon={faExternalLinkAlt} />
<span>Open on Nostr</span>
<span>Open with njump</span>
</button>
<button
className="article-menu-item"