Skip to content

Commit 02bde8b

Browse files
committed
Removed ACM Game and renamed ACM Arcade to ACM Game
1 parent bb1a038 commit 02bde8b

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

apps/web/src/screens/HomePage/sections/Events/Event.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const EventWrapper = styled.div`
1212
display: flex;
1313
flex-direction: column;
1414
height: 100%;
15-
width: 100%
15+
width: 100%;
1616
margin-bottom: 10px;
1717
1818
p {

apps/web/src/screens/HomePage/sections/Events/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const Wrapper: AnyStyledComponent = styled.div`
5656
transition: 0.2s ease-in-out;
5757
font-weight: bold;
5858
border-radius: 30px;
59-
padding: 10px 40px
59+
padding: 10px 40px;
6060
font-size: 17px;
6161
color: #2d9cdb;
6262
border: 3px solid #2d9cdb;
@@ -310,7 +310,7 @@ const Events: React.FC<{}> = (): JSX.Element => {
310310
<ImgWrapper>
311311
<ImgImg src={`${config.CDN_URI}/static/comp-dark.png`} />
312312
<ImgImg src={`${config.CDN_URI}/static/data-dark.png`} />
313-
<ImgImg src={`${config.CDN_URI}/static/game-dark.png`} />
313+
<ImgImg src={`${config.CDN_URI}/static/arcade-dark.png`} />
314314
<ImgImg src={`${config.CDN_URI}/static/acm-dark.png`} />
315315
<ImgImg src={`${config.CDN_URI}/static/hack-dark.png`} />
316316
<ImgImg src={`${config.CDN_URI}/static/sec-dark.png`} />

apps/web/src/screens/HomePage/sections/SIGs/index.tsx

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,6 @@ const SIGsData: ISIG[] = [
5353
name: "Security",
5454
website: "https://acmsec.mst.edu"
5555
},
56-
{
57-
color: "pink",
58-
desc:
59-
"ACM Game develops and hosts artificial intelligence programming competitions on S&T's campus in Rolla, Missouri. We utilize many programming languages, tools and development strategies standard to the Computer Science Industry. Our members gain valuable experience on one of our five development teams: Arena, Game, Public Relations, Visualizer, and Web. ACM Game offers experience working on a real team, with fellow students and mentors to learn and grow as a software developer. We accept new members of all skill levels and majors, so don't hesitate to contact us.",
60-
discord: "https://discord.gg/xdXwxup",
61-
email: "siggame@mst.edu",
62-
logoLink: "game.png",
63-
logoLinkDark: "game-dark.png",
64-
name: "Game",
65-
website: "http://siggame.io/"
66-
},
6756
{
6857
color: "lavender",
6958
desc:
@@ -105,7 +94,7 @@ const SIGsData: ISIG[] = [
10594
email: "acm@mst.edu",
10695
logoLink: "arcade.png",
10796
logoLinkDark: "arcade-dark.png",
108-
name: "Arcade",
97+
name: "Game",
10998
website: "https://discord.gg/RZCYUpT"
11099
},
111100
{

0 commit comments

Comments
 (0)