Skip to content

Commit

Permalink
Combined Ryan and Nathin Chi roles
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCui2005 committed Nov 12, 2024
1 parent debe5cd commit fe8fe4b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pages/officers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function Contact() {
<Title>Meet the ACM Officers!</Title>

{/* Active officers */}
<People title="2023-2024" startShown={true}>
<People title="2024-2025" startShown={true}>
<Person name="Justin Gu" year={2027} position="Co-President" />
<Person name="Sydney Yan" year={2025} position="Co-President" />
<Person
Expand All @@ -41,8 +41,8 @@ export default function Contact() {
year={2026}
position={
<>
Quant Gym Co-Director <br />
Geoguessr Co-Director
Advisor <br />
Quant Gym/GeoGuessr Co-Director
</>
}
/>
Expand All @@ -51,8 +51,8 @@ export default function Contact() {
year={2025}
position={
<>
Quant Gym Co-Director <br />
Geoguessr Co-Director
Advisor <br />
Quant Gym/GeoGuessr Co-Director
</>
}
/>
Expand Down Expand Up @@ -81,8 +81,6 @@ export default function Contact() {
/>
<Person name="Eric Cui" year={2027} position="Webmaster" />
<Person name="Sabrina Yen-Ko" year={2028} position="Webmaster" />
<Person name="Nathan Chi" year={2026} position="Advisor" />
<Person name="Ryan Chi" year={2025} position="Advisor" />
<Person name="Scott Hickman" year={2025} position="Advisor" />
</People>

Expand Down

0 comments on commit fe8fe4b

Please sign in to comment.