Skip to content

Commit 1a65195

Browse files
committed
Remove docusaurus copy from landing page
1 parent a9cebdf commit 1a65195

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/pages/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ export default function Home() {
3030
return (
3131
<Layout
3232
title={`Hello from ${siteConfig.title}`}
33-
description="Description will go into a meta tag in <head />">
33+
description="GraphQL Java home page">
3434
<HomepageHeader />
35-
<main>
36-
<HomepageFeatures />
37-
</main>
35+
{/*<main>*/}
36+
{/*<HomepageFeatures />*/}
37+
{/*</main>*/}
3838
</Layout>
3939
);
4040
}

src/pages/index.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
text-align: center;
99
position: relative;
1010
overflow: hidden;
11+
height: 80vh; /* TODO remove this line when landing page copy is added */
1112
}
1213

1314
@media screen and (max-width: 966px) {

0 commit comments

Comments
 (0)