aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/@next/pages/about/team.tsx
diff options
context:
space:
mode:
authorFred Carlsen <fred@sjelfull.no>2018-12-15 06:03:45 +0800
committerFred Carlsen <fred@sjelfull.no>2018-12-15 06:03:45 +0800
commitb9fa158092c0179d41f5cf7b4f62eec95dd7f4f6 (patch)
treefd31ed0b062a50dc4fc775b99b344e283dcd9f86 /packages/website/ts/@next/pages/about/team.tsx
parent8570616d9765584e91c2fcfced398a6289536464 (diff)
downloaddexon-sol-tools-b9fa158092c0179d41f5cf7b4f62eec95dd7f4f6.tar
dexon-sol-tools-b9fa158092c0179d41f5cf7b4f62eec95dd7f4f6.tar.gz
dexon-sol-tools-b9fa158092c0179d41f5cf7b4f62eec95dd7f4f6.tar.bz2
dexon-sol-tools-b9fa158092c0179d41f5cf7b4f62eec95dd7f4f6.tar.lz
dexon-sol-tools-b9fa158092c0179d41f5cf7b4f62eec95dd7f4f6.tar.xz
dexon-sol-tools-b9fa158092c0179d41f5cf7b4f62eec95dd7f4f6.tar.zst
dexon-sol-tools-b9fa158092c0179d41f5cf7b4f62eec95dd7f4f6.zip
Update links and routes
Diffstat (limited to 'packages/website/ts/@next/pages/about/team.tsx')
-rw-r--r--packages/website/ts/@next/pages/about/team.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/website/ts/@next/pages/about/team.tsx b/packages/website/ts/@next/pages/about/team.tsx
index 14af70783..bf8d02095 100644
--- a/packages/website/ts/@next/pages/about/team.tsx
+++ b/packages/website/ts/@next/pages/about/team.tsx
@@ -7,6 +7,7 @@ import { colors } from 'ts/style/colors';
import { AboutPageLayout } from 'ts/@next/components/aboutPageLayout';
import { Column, Section } from 'ts/@next/components/newLayout';
import { Heading, Paragraph } from 'ts/@next/components/text';
+import { WebsitePaths } from 'ts/types';
interface TeamMember {
name: string;
@@ -180,7 +181,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/about/jobs"
+ linkUrl={WebsitePaths.AboutJobs}
>
<Section
maxWidth="1170px"