diff --git a/client-course-schedulizer/src/components/pages/AboutPage/AboutPage.tsx b/client-course-schedulizer/src/components/pages/AboutPage/AboutPage.tsx index d89f884e..164df906 100644 --- a/client-course-schedulizer/src/components/pages/AboutPage/AboutPage.tsx +++ b/client-course-schedulizer/src/components/pages/AboutPage/AboutPage.tsx @@ -1,7 +1,7 @@ import { Grid } from "@material-ui/core"; import { NewTabLink, Page } from "components/reuseables"; import React from "react"; -import { team2020, team2021, team2022, team2023, teamAdvisors, TeamMember } from "utilities"; +import { team2020, team2021, team2022, team2023, team2024, teamAdvisors, TeamMember } from "utilities"; import { TeamMemberProfile, TextSection } from "."; import "./AboutPage.scss"; @@ -11,6 +11,7 @@ export const AboutPage = () => { return ( + @@ -136,6 +137,21 @@ const AboutTeam2023 = () => { ); }; +const AboutTeam2024 = () => { + return ( + + {team2024.map((member: TeamMember) => { + return ; + })} + + } + title="Team of 2024" + /> + ); +}; + const AboutTeamAdvisors = () => { return (