diff --git a/src/pages/home/index.tsx b/src/pages/home/index.tsx index efdbb3c..95d9585 100644 --- a/src/pages/home/index.tsx +++ b/src/pages/home/index.tsx @@ -351,7 +351,7 @@ export const HomePage = () => { // todo: do not use hardcoded relay await nostrController - .publishEvent(signedEvent, 'wss://relayable.org') + .publishEvent(signedEvent, 'wss://relay.snort.social') .then(() => { toast.success('DM sent to first signer') })