Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions doc-site/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ function HomePageCallToAction () {
</div>
}

function HiringCallToAction () {
return <div className={styles.hiring}>
<Link to="https://commit.dev/career_opportunities/developer-advocate/">
We're hiring a developer advocate!
</Link>
</div>
}

export default function Home() {
const landingPageOnlyGlobalItemStyle = `
.navbar {
Expand Down Expand Up @@ -76,7 +68,6 @@ export default function Home() {
<HomepageFeatures />
<HomepageOfferings />
<HomePageCallToAction />
<HiringCallToAction />
</main>
</Layout>
);
Expand Down