Skip to content

Commit a93a6cf

Browse files
strip unnecessary code from IndexPage component
1 parent 9fc5cca commit a93a6cf

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/components/index-page/index.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import Head from "next/head"
2-
31
import { Hero } from "./hero"
42
import { TrustedBy } from "./trusted-by"
53
import { HowItWorks } from "./how-it-works"
@@ -16,13 +14,6 @@ import { UseCases } from "./use-cases"
1614
export function IndexPage() {
1715
return (
1816
<div className="gql-all-anchors-focusable bg-neu-0">
19-
<Head>
20-
<meta
21-
name="description"
22-
content="GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data."
23-
/>
24-
</Head>
25-
2617
<Hero />
2718
<TrustedBy />
2819
<WhatIsGraphQL />
@@ -35,7 +26,6 @@ export function IndexPage() {
3526
<UseCases />
3627
<QuotesFromTheIndustry />
3728
<JoinTheCommunity />
38-
<style>{".nextra-nav-container.sticky { position: fixed }"}</style>
3929
</div>
4030
)
4131
}

0 commit comments

Comments
 (0)