aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/dev-tools-pages/ts/components/footer.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/dev-tools-pages/ts/components/footer.tsx b/packages/dev-tools-pages/ts/components/footer.tsx
index e6b7140a2..e6229b4b1 100644
--- a/packages/dev-tools-pages/ts/components/footer.tsx
+++ b/packages/dev-tools-pages/ts/components/footer.tsx
@@ -37,6 +37,11 @@ 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{' '}
+ <a href="https://0x.org/careers" target="_blank">
+ 0x.org/careers
+ </a>{' '}
+ — we'd be excited to hear from you!
</Small>
</Media>
</Container>