Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/src/screens/HomePage/sections/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ const Footer: React.FC<{}> = (): JSX.Element => {
ACM Data
</a>
<a
href="https://siggame.io/"
href="https://game.mstacm.org/#/"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/screens/HomePage/sections/SIGs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const SIGsData: ISIG[] = [
logoLink: "arcade.png",
logoLinkDark: "arcade-dark.png",
name: "Game",
website: "https://discord.gg/RZCYUpT"

},
{
color: "lime",
Expand All @@ -106,7 +106,7 @@ const SIGsData: ISIG[] = [
logoLink: "grad.png",
logoLinkDark: "grad-dark.png",
name: "Grad",
website: "https://discord.gg/xWt5BVE"

},

];
Expand Down