diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-07-19 05:27:06 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-07-19 05:27:06 +0800 |
commit | b28a88dbb2d238f6d5212358ea6d06c4999cb9f2 (patch) | |
tree | b991ef0894e625abb3a96c65cb58fc2dd771af45 /packages/website/ts/pages/about/about.tsx | |
parent | e6558b7135f87530010c95305f0689d31e8bceed (diff) | |
download | dexon-0x-contracts-b28a88dbb2d238f6d5212358ea6d06c4999cb9f2.tar.gz dexon-0x-contracts-b28a88dbb2d238f6d5212358ea6d06c4999cb9f2.tar.zst dexon-0x-contracts-b28a88dbb2d238f6d5212358ea6d06c4999cb9f2.zip |
Add /careers route and fix hr styling
Diffstat (limited to 'packages/website/ts/pages/about/about.tsx')
-rw-r--r-- | packages/website/ts/pages/about/about.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/pages/about/about.tsx b/packages/website/ts/pages/about/about.tsx index 33581c938..b9bc906bd 100644 --- a/packages/website/ts/pages/about/about.tsx +++ b/packages/website/ts/pages/about/about.tsx @@ -314,7 +314,7 @@ export class About extends React.Component<AboutProps, AboutState> { }} > We are seeking outstanding candidates to{' '} - <Link to={WebsitePaths.Jobs} style={{ color: 'black' }}> + <Link to={WebsitePaths.Careers} style={{ color: 'black' }}> join our team </Link> . We value passion, diversity and unique perspectives. |