diff --git a/apps/web/src/screens/HomePage/sections/Footer.tsx b/apps/web/src/screens/HomePage/sections/Footer.tsx index 9b5788a0..88e827ee 100644 --- a/apps/web/src/screens/HomePage/sections/Footer.tsx +++ b/apps/web/src/screens/HomePage/sections/Footer.tsx @@ -214,7 +214,7 @@ const Footer: React.FC<{}> = (): JSX.Element => { ACM Data diff --git a/apps/web/src/screens/HomePage/sections/SIGs/index.tsx b/apps/web/src/screens/HomePage/sections/SIGs/index.tsx index d09ef1e5..a2dba146 100644 --- a/apps/web/src/screens/HomePage/sections/SIGs/index.tsx +++ b/apps/web/src/screens/HomePage/sections/SIGs/index.tsx @@ -95,7 +95,7 @@ const SIGsData: ISIG[] = [ logoLink: "arcade.png", logoLinkDark: "arcade-dark.png", name: "Game", - website: "https://discord.gg/RZCYUpT" + }, { color: "lime", @@ -106,7 +106,7 @@ const SIGsData: ISIG[] = [ logoLink: "grad.png", logoLinkDark: "grad-dark.png", name: "Grad", - website: "https://discord.gg/xWt5BVE" + }, ];