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} onClick={handleOpenPortal}
> >
<FontAwesomeIcon icon={faExternalLinkAlt} /> <FontAwesomeIcon icon={faExternalLinkAlt} />
<span>Open on Nostr</span> <span>Open with njump</span>
</button> </button>
<button <button
className="article-menu-item" className="article-menu-item"

View File

@@ -546,7 +546,7 @@ export const HighlightItem: React.FC<HighlightItemProps> = ({
onClick={handleOpenPortal} onClick={handleOpenPortal}
> >
<FontAwesomeIcon icon={faExternalLinkAlt} /> <FontAwesomeIcon icon={faExternalLinkAlt} />
<span>Open on Nostr</span> <span>Open with njump</span>
</button> </button>
<button <button
className="highlight-menu-item" className="highlight-menu-item"