From d2c81a4a9b6044541eed1209fe13514e93a72cc9 Mon Sep 17 00:00:00 2001 From: Anton Mushnin Date: Fri, 19 Apr 2024 00:50:08 +0300 Subject: [PATCH] changing discord link --- web/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/constants.ts b/web/src/constants.ts index 86a9b03d..93a627fd 100644 --- a/web/src/constants.ts +++ b/web/src/constants.ts @@ -31,7 +31,7 @@ export const FULLCOUNT_ASSETS_PATH = "https://static.simiotics.com/fullcount"; export const FULLCOUNT_ASSETS = "https://static.fullcount.xyz/web"; export const TOKEN_IMAGE_FALLBACK = `${FULLCOUNT_ASSETS_PATH}/question.png`; -export const DISCORD_LINK = "https://discord.gg/K56VNUQGvA"; +export const DISCORD_LINK = "https://discord.com/invite/FEppMCDZsM"; export const TWITTER_LINK = "https://twitter.com/fullcount_xyz"; export const HYPERPLAY_LINK = "https://fullcount.xyz/landing/?utm_source=hyperplay%20&utm_medium=referral&utm_campaign=fullcount_launch";