Merge pull request #134 from LaconicNetwork/rm-xylm

rm xylm
This commit is contained in:
Zach 2023-03-12 17:52:06 -04:00 committed by GitHub
commit c2cc6167a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 (
<Section className={s['section']} id="team">
<Container className={s['container']}>
@ -54,12 +55,7 @@ const TeamSection = ({ teamData, data }: Props) => {
teamName="Cerc"
teamNumber="02"
/>
<Team
members={xylmTeam}
teamDept="Developer of Laconic Network"
teamName="Xylm"
teamNumber="03"
/>
</Container>
</Section>
)