We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc52f1 commit bf705dfCopy full SHA for bf705df
doc-site/src/pages/index.js
@@ -30,14 +30,6 @@ function HomePageCallToAction () {
30
</div>
31
}
32
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
-
41
export default function Home() {
42
const landingPageOnlyGlobalItemStyle = `
43
.navbar {
@@ -76,7 +68,6 @@ export default function Home() {
76
68
<HomepageFeatures />
77
69
<HomepageOfferings />
78
70
<HomePageCallToAction />
79
- <HiringCallToAction />
80
71
</main>
81
72
</Layout>
82
73
);
0 commit comments