Skip to content

Commit 6c97cf6

Browse files
authored
Merge pull request #38 from dtonon/dev
Switch to njump.me
2 parents 858aa40 + 676c8f5 commit 6c97cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/components/bottom_sheet_share.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void openBottomSheetShare(context, NostrNote note) {
6363
Column(
6464
children: [
6565
IconButton(
66-
tooltip: 'nostr.com',
66+
tooltip: 'njump.me',
6767
onPressed: () {
6868
var bech32nevent =
6969
NeventHelper().mapToBech32({
@@ -72,7 +72,7 @@ void openBottomSheetShare(context, NostrNote note) {
7272
"relays": note.relayHints,
7373
});
7474
_copyToClipboard(
75-
'https://nostr.com/$bech32nevent');
75+
'https://njump.me/$bech32nevent');
7676
},
7777
icon: const Icon(
7878
Icons.link,

0 commit comments

Comments
 (0)