diff --git a/components/footer.js b/components/footer.js index ed19d660..3cdd8435 100644 --- a/components/footer.js +++ b/components/footer.js @@ -54,7 +54,7 @@ const SocialsPopover = ( nostr diff --git a/components/item-info.js b/components/item-info.js index 69d5d8b9..c8fa5224 100644 --- a/components/item-info.js +++ b/components/item-info.js @@ -160,7 +160,7 @@ export default function ItemInfo ({ opentimestamp } {item?.noteId && ( - window.open(`https://nostr.com/${item.noteId}`, '_blank', 'noopener,noreferrer,nofollow')}> + window.open(`https://njump.me/${item.noteId}`, '_blank', 'noopener,noreferrer,nofollow')}> nostr note )} diff --git a/components/notifications.js b/components/notifications.js index 4a7a99d6..49de3ba4 100644 --- a/components/notifications.js +++ b/components/notifications.js @@ -235,14 +235,14 @@ function NostrZap ({ n }) {
{numWithUnits(n.earnedSats)} zap from {// eslint-disable-next-line - + {npub.slice(0, 10)}... } on {note ? ( // eslint-disable-next-line - + {note.slice(0, 12)}... ) : 'nostr'} diff --git a/components/user-header.js b/components/user-header.js index eafff82f..378b256c 100644 --- a/components/user-header.js +++ b/components/user-header.js @@ -213,7 +213,7 @@ function SocialLink ({ name, id }) { const npub = hexToBech32(id) return ( // eslint-disable-next-line - + {npub.slice(0, 10)}...{npub.slice(-10)}