Skip to content

Commit f18cdff

Browse files
authored
Remove duplicate careers job listings (#18828)
1 parent b40c26d commit f18cdff

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/pages/careers.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { graphql, useStaticQuery } from 'gatsby'
22
import React, { useRef, useState } from 'react'
33
import { CareersHero } from '../components/Careers/CareersHero'
4-
import { OpenRoles } from '../components/Careers/OpenRoles'
54
import { Transparency } from '../components/Careers/Transparency'
65
import { SEO } from '../components/seo'
76
import MegaQuote from 'components/Careers/MegaQuote'
@@ -162,9 +161,6 @@ const IndexPage = () => {
162161
<div id="team-quotes">
163162
<TeamQuotes />
164163
</div>
165-
<div id="open-roles">
166-
<OpenRoles />
167-
</div>
168164
</div>
169165
</ScrollArea>
170166
</Editor>

0 commit comments

Comments
 (0)