From 74d0eb40c5c2c3d48fc41502f7a871e80807ae1f Mon Sep 17 00:00:00 2001 From: Fred Carlsen Date: Mon, 10 Dec 2018 15:23:09 +0100 Subject: Add links to jobs --- packages/website/ts/@next/pages/about/jobs.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/website/ts/@next/pages/about/jobs.tsx b/packages/website/ts/@next/pages/about/jobs.tsx index 111c89eae..42ff75007 100644 --- a/packages/website/ts/@next/pages/about/jobs.tsx +++ b/packages/website/ts/@next/pages/about/jobs.tsx @@ -4,6 +4,7 @@ import styled from 'styled-components'; import { ChapterLink } from 'ts/@next/components/chapter_link'; import { Column, Section, Wrap } from 'ts/@next/components/layout'; +import { Link } from 'ts/@next/components/link'; import { SiteWrap } from 'ts/@next/components/siteWrap'; import { Heading, Paragraph } from 'ts/@next/components/text'; @@ -87,7 +88,7 @@ export const NextAboutJobs = () => ( San Francisco, Remote - Apply + Apply @@ -100,7 +101,7 @@ export const NextAboutJobs = () => ( - Apply + Apply -- cgit