diff options
author | Francesco Agosti <francesco.agosti93@gmail.com> | 2018-12-18 08:53:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-18 08:53:20 +0800 |
commit | 4fbc544b16880df03b493f0cbd2b812363d285ab (patch) | |
tree | 91dfceeb7379788f1bbaffa40062addcedc0b225 /packages/website/ts/index.tsx | |
parent | ed4573fe2c7c2d6a386040c02b27202a78928f8e (diff) | |
parent | 7468be8f176e784fa1102dc128ac930a50d0710b (diff) | |
download | dexon-sol-tools-4fbc544b16880df03b493f0cbd2b812363d285ab.tar dexon-sol-tools-4fbc544b16880df03b493f0cbd2b812363d285ab.tar.gz dexon-sol-tools-4fbc544b16880df03b493f0cbd2b812363d285ab.tar.bz2 dexon-sol-tools-4fbc544b16880df03b493f0cbd2b812363d285ab.tar.lz dexon-sol-tools-4fbc544b16880df03b493f0cbd2b812363d285ab.tar.xz dexon-sol-tools-4fbc544b16880df03b493f0cbd2b812363d285ab.tar.zst dexon-sol-tools-4fbc544b16880df03b493f0cbd2b812363d285ab.zip |
Merge pull request #1450 from 0xProject/feature/website/0x-org-about
[website] 0x org about
Diffstat (limited to 'packages/website/ts/index.tsx')
-rw-r--r-- | packages/website/ts/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/website/ts/index.tsx b/packages/website/ts/index.tsx index 915d28aaa..f7a66c836 100644 --- a/packages/website/ts/index.tsx +++ b/packages/website/ts/index.tsx @@ -192,6 +192,7 @@ render( component={LazySolCompilerDocumentation} /> <Redirect from={WebsiteLegacyPaths.Jobs} to={WebsitePaths.AboutJobs} /> + <Redirect from={WebsitePaths.Careers} to={WebsitePaths.AboutJobs} /> <Route component={NotFound as any} /> </Switch> </div> |