From 81bbb61dac1a5d8eb7485886d3351fc95c8a163a Mon Sep 17 00:00:00 2001 From: Gala Date: Mon, 13 Jun 2022 16:56:07 +0200 Subject: [PATCH] enabling discord icon (#1319) --- explorer/src/components/Socials.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/explorer/src/components/Socials.tsx b/explorer/src/components/Socials.tsx index ded74ffe98..f359a24ac1 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/ggxrUpbNnn'; +export const DISCORD_LINK = 'https://discord.gg/nym'; export const Socials: React.FC<{ isFooter?: boolean }> = ({ isFooter }) => { const theme = useTheme(); @@ -22,12 +22,9 @@ export const Socials: React.FC<{ isFooter?: boolean }> = ({ isFooter }) => { - {false && ( - - - - )} - + + +