diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-07-26 06:28:11 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-07-26 06:28:17 +0800 |
commit | 9ce8e10115c7a673ae03f3d9979b6a064d442238 (patch) | |
tree | afcc7f9f4d8946646cdf022c5219029addbbf1b2 /packages/website | |
parent | d07d059edacdbe71a7d8fffeb626b9cd052ab620 (diff) | |
download | dexon-sol-tools-9ce8e10115c7a673ae03f3d9979b6a064d442238.tar dexon-sol-tools-9ce8e10115c7a673ae03f3d9979b6a064d442238.tar.gz dexon-sol-tools-9ce8e10115c7a673ae03f3d9979b6a064d442238.tar.bz2 dexon-sol-tools-9ce8e10115c7a673ae03f3d9979b6a064d442238.tar.lz dexon-sol-tools-9ce8e10115c7a673ae03f3d9979b6a064d442238.tar.xz dexon-sol-tools-9ce8e10115c7a673ae03f3d9979b6a064d442238.tar.zst dexon-sol-tools-9ce8e10115c7a673ae03f3d9979b6a064d442238.zip |
Header copy change
Diffstat (limited to 'packages/website')
-rw-r--r-- | packages/website/ts/pages/jobs/join_0x.tsx | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/packages/website/ts/pages/jobs/join_0x.tsx b/packages/website/ts/pages/jobs/join_0x.tsx index 6159c26a2..daddb0dcf 100644 --- a/packages/website/ts/pages/jobs/join_0x.tsx +++ b/packages/website/ts/pages/jobs/join_0x.tsx @@ -31,20 +31,19 @@ export const Join0x = (props: Join0xProps) => ( </div> <Container className="pb2 lg-pt2 md-pt2 sm-pt3 sm-px3 sm-center" maxWidth="537px"> <Text fontSize="14px" lineHeight="30px"> - 0x exists to create a tokenized world where all value can flow freely.<br /> - <br />This means leaving the geographic lottery behind and democratizing access to financial - services globally. This means powering a growing ecosystem of next-generation decentralized apps. - And along the way, this requires solving novel challenges to make our tech intuitive, flexible, and - accessible to all.<br /> + At 0x, our mission is to create a tokenized world where all value can flow freely. <br /> + <br />We are powering a growing ecosystem of decentralized applications and solving novel challenges + to make our technology intuitive, flexible, and accessible to all.{' '} <a style={{ color: colors.mediumBlue, textDecoration: 'none' }} target="_blank" href={constants.URL_MISSION_AND_VALUES_BLOG_POST} > - Read more about our mission - </a>, and join us in building the rails upon which the exchange of any blockchain-based digital - assets take place. + Read more + </a>{' '} + about our mission, and join us in building financial infrastructure upon which the exchange of + anything of value will take place. </Text> </Container> <div className="py3"> |