From 24d3089458465d50d5c81fbcdce857ae91faf9cc Mon Sep 17 00:00:00 2001 From: gala1234 Date: Tue, 7 Jun 2022 13:14:16 +0200 Subject: [PATCH] Adding discord icon --- 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 && ( - - - - )} - + + +