aboutsummaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorNikita Tchayka <nikitatchayka@gmail.com>2023-09-06 22:59:20 +0100
committerNikita Tchayka <nikitatchayka@gmail.com>2023-09-06 22:59:20 +0100
commit98e2b017b31ea809d5629349a33b668457000b3d (patch)
treed5a43bb950e712e8779f6ff577a8c75a06507582 /src/pages
parent1646966423cc7ecc7a12ad6eeefe3016abcd05b2 (diff)
downloadneohaskell.github.io-98e2b017b31ea809d5629349a33b668457000b3d.tar.gz
neohaskell.github.io-98e2b017b31ea809d5629349a33b668457000b3d.tar.bz2
neohaskell.github.io-98e2b017b31ea809d5629349a33b668457000b3d.zip
More updates
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index b8a0ec6..cbff74c 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -55,7 +55,7 @@ function HomepageHeader() {
export default function Home(): JSX.Element {
const { siteConfig } = useDocusaurusContext();
- const [disclaimerOpen, setDisclaimerOpen] = React.useState(true);
+ const [disclaimerOpen, setDisclaimerOpen] = React.useState(false);
const message = "";
return (
<div className="container">
@@ -82,7 +82,7 @@ export default function Home(): JSX.Element {
</div>
<Layout description={`${siteConfig.tagline}`}>
<HomepageHeader />
- <main>
+ <main className="pt-32">
<HomepageFeatures />
</main>
</Layout>