From a506e9863208cc6b8cdb272ce2a7e42370eb313d Mon Sep 17 00:00:00 2001 From: Shahan Nedadahandeh Date: Wed, 1 Mar 2023 19:53:56 -0500 Subject: [PATCH] Fixed missed team (#558) Also hide the discord mods team at their request Co-authored-by: shahanneda Co-authored-by: Mark Chiu Reviewed-on: https://git.csclub.uwaterloo.ca/www/www-new/pulls/558 Reviewed-by: Mark Chiu --- content/team/discord-team.json | 27 ++++++++++++++------------- pages/about/team.tsx | 10 +++++----- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/content/team/discord-team.json b/content/team/discord-team.json index fc9e6a41..4d1ddd12 100644 --- a/content/team/discord-team.json +++ b/content/team/discord-team.json @@ -3,28 +3,29 @@ "name": "Marcus Chan", "role": "Team Lead" }, - { - "name": "Laura Nguyen", - "role": "Team Lead" - }, - { - "name": "Victor Zheng" - }, { "name": "Ashish Selvaraj" }, - { - "name": "Saad Ali" - }, { "name": "Martin Zhao" }, { - "name": "Mark Chen", - "role": "Advisor" + "name": "Justin Young" }, { - "name": "Alex Zhang", + "name": "Prabhav Khera" + }, + { + "name": "Fan Yang" + }, + { + "name": "Richard Fan" + }, + { + "name": "Jainah Chen" + }, + { + "name": "Laura Nguyen", "role": "Advisor" } ] diff --git a/pages/about/team.tsx b/pages/about/team.tsx index d0ac5a06..36c3c5ad 100644 --- a/pages/about/team.tsx +++ b/pages/about/team.tsx @@ -175,11 +175,11 @@ export const getStaticProps: GetStaticProps = async () => { name: "Discord Bot (CodeyBot) Developers", members: discordData, }, - { - id: "discord", - name: "Discord Moderators", - members: discordModsData, - }, + // { + // id: "discord", + // name: "Discord Moderators", + // members: discordModsData, + // }, { id: "events", name: "Events",