diff --git a/public/nostr-chat-widget.js b/public/nostr-chat-widget.js index 712b88d..aed3978 100644 --- a/public/nostr-chat-widget.js +++ b/public/nostr-chat-widget.js @@ -12,7 +12,7 @@ EMBED IT WITH: @@ -55,7 +55,7 @@ EMBED IT WITH: // Get configuration from script tag const scriptTag = document.currentScript; const csPubkey = scriptTag.getAttribute('data-nostr-pubkey') || 'PUBKEY_TO_RECEICE_MESSAGES'; - const brandName = scriptTag.getAttribute('data-brand-name') || 'Support Team'; + const brandName = scriptTag.getAttribute('data-brand-name') || 'Support Team Messaging'; const primaryColor = scriptTag.getAttribute('data-color') || '#fdad01'; const secondaryColor = scriptTag.getAttribute('data-color-secondary') || '#ff8c00'; @@ -64,8 +64,7 @@ EMBED IT WITH: 'wss://relay.damus.io', 'wss://relay.primal.net', 'wss://nos.lol', - 'wss://relay.btcforplebs.com', - 'wss://relay.logemedia.com' + 'wss://relay.btcforplebs.com' ]; // Inject Tailwind CSS diff --git a/public/relay/index.html b/public/relay/index.html index ef20409..0018b7c 100644 --- a/public/relay/index.html +++ b/public/relay/index.html @@ -45,8 +45,12 @@
- +