diff --git a/cypress/fixture/homepage.config.ts b/cypress/fixture/homepage.config.ts index ae5b378db..1c33d8d43 100644 --- a/cypress/fixture/homepage.config.ts +++ b/cypress/fixture/homepage.config.ts @@ -76,7 +76,7 @@ export const communityLinks = [ }, { headerId: "discord", - href: "https://discord.com/invite/py55egyaGy", + href: "https://discord.gg/5ncBGuj7", }, { headerId: "coinmarketcap", diff --git a/src/layouts/components/Community.tsx b/src/layouts/components/Community.tsx index ae6f7d36c..c5573343b 100644 --- a/src/layouts/components/Community.tsx +++ b/src/layouts/components/Community.tsx @@ -56,7 +56,7 @@ export function Community() { testID: "community-youtube", }, { - href: "https://discord.com/invite/py55egyaGy", + href: "https://discord.gg/5ncBGuj7", title: entries[1].labels[4].title, testID: "community-discord", }, diff --git a/src/layouts/components/SocialsRow.tsx b/src/layouts/components/SocialsRow.tsx index d1195b661..f2005ee40 100644 --- a/src/layouts/components/SocialsRow.tsx +++ b/src/layouts/components/SocialsRow.tsx @@ -5,7 +5,7 @@ import { AiFillYoutube, AiOutlineTwitter, } from "react-icons/ai"; -import { FaTelegramPlane } from "react-icons/fa"; +import { FaDiscord, FaTelegramPlane } from "react-icons/fa"; interface SocialsRowProps { language: string; @@ -16,6 +16,24 @@ export default function SocialsRow(props: SocialsRowProps): JSX.Element { const { language, customStyle } = props; return (