From 53292ceca9e3e3e56415df352bb05896fb081bff Mon Sep 17 00:00:00 2001 From: gala1234 Date: Fri, 1 Apr 2022 12:37:24 +0200 Subject: [PATCH 1/2] enable discord icon --- explorer/src/components/Socials.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/explorer/src/components/Socials.tsx b/explorer/src/components/Socials.tsx index b37ee78351..298c8c6c4e 100644 --- a/explorer/src/components/Socials.tsx +++ b/explorer/src/components/Socials.tsx @@ -22,11 +22,9 @@ export const Socials: React.FC<{ isFooter?: boolean }> = ({ isFooter }) => { - {false && ( - - - - )} + + + From 09155fbf1227e367e0c1c4f3d2db22658e7e5025 Mon Sep 17 00:00:00 2001 From: gala1234 Date: Fri, 1 Apr 2022 12:42:17 +0200 Subject: [PATCH 2/2] 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();