diff --git a/src/components/sections/about/team/index.tsx b/src/components/sections/about/team/index.tsx index 0f3cb9e..38376e6 100644 --- a/src/components/sections/about/team/index.tsx +++ b/src/components/sections/about/team/index.tsx @@ -32,10 +32,11 @@ const TeamSection = ({ teamData, data }: Props) => { const cercTeam = teamData?.filter((member) => member.memberTeam.includes('Cerc') ) + {/* TODO; change to Mito (?) const xylmTeam = teamData?.filter((member) => member.memberTeam.includes('Xylm') ) - + */} return (
@@ -54,12 +55,7 @@ const TeamSection = ({ teamData, data }: Props) => { teamName="Cerc" teamNumber="02" /> - +
)