Skip to content

Commit

Permalink
#2700 stats: nostr network name
Browse files Browse the repository at this point in the history
  • Loading branch information
K committed Aug 31, 2024
1 parent c232d1e commit 7eff2ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/users/client/utils/networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ export function getNetworkName(network) {
return 'Twitter';
case 'warmshowers':
return 'Warmshowers';
case 'nostr':
return 'Nostr';
default:
return network;
}
Expand Down

0 comments on commit 7eff2ea

Please sign in to comment.