Skip to content

Commit 7220f22

Browse files
committed
Careers: replace WTJ banner CTA with contact link
1 parent b84ad2f commit 7220f22

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

src/pages/careers.tsx

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import Link from "@docusaurus/Link";
88
import styles from "./careers.module.css";
99
import PlayCircle from "@site/static/img/icons/PlayCircle.svg";
1010
import ScrollDownCTA from "../components/layout/ScrollDownCTA";
11+
import LinkToContact from "../components/LinkToContact";
1112

1213
import GroupPhotoUrl from "@site/static/img/group/group-photo.png";
1314
import SylvainPictureUrl from "@site/static/img/interviews/Sylvain_WTJ.png";
@@ -95,19 +96,9 @@ function CareersContent() {
9596

9697
<Banner
9798
bg="dark"
98-
cta={
99-
<div className="flex-full-centered">
100-
<Link
101-
className={`link-to-button ${styles.link_to_WTJ}`}
102-
href="https://www.welcometothejungle.com/fr/companies/quantstack"
103-
aria-label="Learn more by visiting the page dedicated to QuantStack on Welcome to the Jungle platform."
104-
>
105-
OPEN OUR PROFILE
106-
</Link>
107-
</div>
108-
}
99+
cta={<LinkToContact label="GET IN TOUCH" />}
109100
>
110-
Learn more on our Welcome to the Jungle web page.
101+
Ready to work on tools that millions of people depend on? We'd like to meet you.
111102
</Banner>
112103
</>
113104
);

0 commit comments

Comments
 (0)