From ca16dc6d66aa0a2ea78ee689f0649a3bbfcbed60 Mon Sep 17 00:00:00 2001 From: gala1234 Date: Tue, 7 Jun 2022 13:17:15 +0200 Subject: [PATCH] Revert "Adding discord icon" This reverts commit 24d3089458465d50d5c81fbcdce857ae91faf9cc. --- explorer/src/components/Socials.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 && ( + + + + )} +