From 08a8b04aec56668d89544ab61a0a446031858f44 Mon Sep 17 00:00:00 2001 From: zramsay Date: Sun, 12 Mar 2023 17:46:43 -0400 Subject: [PATCH] rm xylm --- src/components/sections/about/team/index.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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" /> - +
)