Remove redundant fragment

This commit is contained in:
Fred Carlsen
2019-02-27 10:47:59 +01:00
parent a134ef03dd
commit 951c256980

View File

@@ -192,14 +192,12 @@ export const NextAboutTeam = () => (
<AboutPageLayout <AboutPageLayout
title="We are a global, growing team" title="We are a global, growing team"
description={ description={
<>
<Paragraph size="medium" marginBottom="60px" isMuted={0.65}> <Paragraph size="medium" marginBottom="60px" isMuted={0.65}>
We are a distributed team with backgrounds in engineering, academic research, business, and design. We are a distributed team with backgrounds in engineering, academic research, business, and design.
The 0x Core Team is passionate about accelerating the adoption decentralized technology and believe The 0x Core Team is passionate about accelerating the adoption decentralized technology and believe
in its potential to be an equalizing force in the world. Join us and do the most impactful work of in its potential to be an equalizing force in the world. Join us and do the most impactful work of
your life. your life.
</Paragraph> </Paragraph>
</>
} }
linkLabel="Join the team" linkLabel="Join the team"
to={WebsitePaths.AboutJobs} to={WebsitePaths.AboutJobs}