mirror of
https://github.com/dergigi/boris.git
synced 2025-12-20 16:14:20 +01:00
chore: update button label from 'Open on Nostr' to 'Open with njump'
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user