diff --git a/explorer/src/components/Socials.tsx b/explorer/src/components/Socials.tsx index f359a24ac1..ded74ffe98 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/nym'; +export const DISCORD_LINK = 'https://discord.gg/ggxrUpbNnn'; export const Socials: React.FC<{ isFooter?: boolean }> = ({ isFooter }) => { const theme = useTheme(); @@ -22,9 +22,12 @@ export const Socials: React.FC<{ isFooter?: boolean }> = ({ isFooter }) => { - - - + {false && ( + + + + )} +