Skip to content

Commit bf705df

Browse files
authored
doc-site: remove hiring cta (#482)
1 parent 4fc52f1 commit bf705df

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

doc-site/src/pages/index.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ function HomePageCallToAction () {
3030
</div>
3131
}
3232

33-
function HiringCallToAction () {
34-
return <div className={styles.hiring}>
35-
<Link to="https://commit.dev/career_opportunities/developer-advocate/">
36-
We're hiring a developer advocate!
37-
</Link>
38-
</div>
39-
}
40-
4133
export default function Home() {
4234
const landingPageOnlyGlobalItemStyle = `
4335
.navbar {
@@ -76,7 +68,6 @@ export default function Home() {
7668
<HomepageFeatures />
7769
<HomepageOfferings />
7870
<HomePageCallToAction />
79-
<HiringCallToAction />
8071
</main>
8172
</Layout>
8273
);

0 commit comments

Comments
 (0)