File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import Link from "@docusaurus/Link";
88import styles from "./careers.module.css" ;
99import PlayCircle from "@site/static/img/icons/PlayCircle.svg" ;
1010import ScrollDownCTA from "../components/layout/ScrollDownCTA" ;
11+ import LinkToContact from "../components/LinkToContact" ;
1112
1213import GroupPhotoUrl from "@site/static/img/group/group-photo.png" ;
1314import 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 ) ;
You can’t perform that action at this time.
0 commit comments