diff options
author | Fred Carlsen <fred@sjelfull.no> | 2018-12-13 00:14:40 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-12-13 00:15:50 +0800 |
commit | ceafe5ed8498df742c2cdaac684ba6234d00d61e (patch) | |
tree | 3276e0bcf7c304c84697a4606f5a8a75baf2140a | |
parent | f788fea0958f8be75070d4115a9d6a3c947224fe (diff) | |
download | dexon-sol-tools-ceafe5ed8498df742c2cdaac684ba6234d00d61e.tar dexon-sol-tools-ceafe5ed8498df742c2cdaac684ba6234d00d61e.tar.gz dexon-sol-tools-ceafe5ed8498df742c2cdaac684ba6234d00d61e.tar.bz2 dexon-sol-tools-ceafe5ed8498df742c2cdaac684ba6234d00d61e.tar.lz dexon-sol-tools-ceafe5ed8498df742c2cdaac684ba6234d00d61e.tar.xz dexon-sol-tools-ceafe5ed8498df742c2cdaac684ba6234d00d61e.tar.zst dexon-sol-tools-ceafe5ed8498df742c2cdaac684ba6234d00d61e.zip |
Fix jobs link
-rw-r--r-- | packages/website/ts/@next/pages/about/team.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/@next/pages/about/team.tsx b/packages/website/ts/@next/pages/about/team.tsx index b4991d057..fc7e3e421 100644 --- a/packages/website/ts/@next/pages/about/team.tsx +++ b/packages/website/ts/@next/pages/about/team.tsx @@ -180,7 +180,7 @@ export const NextAboutTeam = () => ( title="We are a global, growing team" description="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 in its potential to be an equalizing force in the world. Join us and do the most impactful work of your life." linkLabel="Join the team" - linkUrl="/next/jobs" + linkUrl="/next/about/jobs" > <Section maxWidth="1170px" |