From 09155fbf1227e367e0c1c4f3d2db22658e7e5025 Mon Sep 17 00:00:00 2001 From: gala1234 Date: Fri, 1 Apr 2022 12:42:17 +0200 Subject: [PATCH] update discord url --- explorer/src/components/Socials.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/src/components/Socials.tsx b/explorer/src/components/Socials.tsx index 298c8c6c4e..f84aa7bcc3 100644 --- a/explorer/src/components/Socials.tsx +++ b/explorer/src/components/Socials.tsx @@ -10,7 +10,7 @@ import { DiscordIcon } from '../icons/socials/DiscordIcon'; export const TELEGRAM_LINK = 'https://t.me/nymchan'; export const TWITTER_LINK = 'https://twitter.com/nymproject'; export const GITHUB_LINK = 'https://github.com/nymtech'; -export const DISCORD_LINK = 'https://discord.gg/jUqJYGB5'; +export const DISCORD_LINK = 'https://discord.gg/ggxrUpbNnn'; export const Socials: React.FC<{ isFooter?: boolean }> = ({ isFooter }) => { const theme = useTheme();