diff options
author | Fabio Berger <me@fabioberger.com> | 2019-01-18 19:36:48 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2019-01-18 19:36:48 +0800 |
commit | bef30e4209b26c8d4f443f8672e9acb9471c6a37 (patch) | |
tree | 30ac5034fc7ec4ace06eac8efc5d8115633623e3 /packages/dev-tools-pages/ts | |
parent | d7a5190d5264b90da62eaf892a564cfc5936dafd (diff) | |
download | dexon-sol-tools-bef30e4209b26c8d4f443f8672e9acb9471c6a37.tar.gz dexon-sol-tools-bef30e4209b26c8d4f443f8672e9acb9471c6a37.tar.zst dexon-sol-tools-bef30e4209b26c8d4f443f8672e9acb9471c6a37.zip |
Update footer
Diffstat (limited to 'packages/dev-tools-pages/ts')
-rw-r--r-- | packages/dev-tools-pages/ts/components/footer.tsx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/dev-tools-pages/ts/components/footer.tsx b/packages/dev-tools-pages/ts/components/footer.tsx index e6229b4b1..7e44bf128 100644 --- a/packages/dev-tools-pages/ts/components/footer.tsx +++ b/packages/dev-tools-pages/ts/components/footer.tsx @@ -37,11 +37,10 @@ const Footer: React.StatelessComponent<{}> = () => ( <Icon as={MainIcon} /> <Small> 0x is an open, permissionless protocol allowing for tokens to be traded on the Ethereum blockchain. - Interested in building tools like this with the 0x core team? Apply directly at{' '} + Interested in joining our team?{' '} <a href="https://0x.org/careers" target="_blank"> - 0x.org/careers - </a>{' '} - — we'd be excited to hear from you! + We're hiring + </a> </Small> </Media> </Container> |