From c12d4f9a36fefc4ef50418db37f0313357b80271 Mon Sep 17 00:00:00 2001 From: Neeraj Kashyap Date: Fri, 3 Sep 2021 11:55:20 -0700 Subject: [PATCH] Updated Discord link in footer Previous link was invalid! --- frontend/src/components/Footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Footer.js b/frontend/src/components/Footer.js index d212befe..2b95a9f6 100644 --- a/frontend/src/components/Footer.js +++ b/frontend/src/components/Footer.js @@ -6,7 +6,7 @@ import RouterLink from "next/link"; const ICONS = [ { social: "discord", - link: "https://discord.gg/FetK5BxD", + link: "https://discord.gg/K56VNUQGvA", }, { social: "twit", link: "https://twitter.com/moonstreamto" },