From b32489e304cc34ce965ae4f5027a7ba374cea173 Mon Sep 17 00:00:00 2001 From: Nick Tchayka Date: Wed, 13 Sep 2023 12:23:34 +0100 Subject: Move disclaimer outside --- src/pages/index.tsx | 35 +++++++++-------------------------- 1 file changed, 9 insertions(+), 26 deletions(-) (limited to 'src/pages') diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 71c41fe..ba6224c 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -36,9 +36,15 @@ function HomepageHeader() {

- Triggering joy with every event, with elegance in every line. You - put the creativity, NeoHaskell gives you the reliability.{" "} - Learn on the fly, ship whenever you want. + + NeoHaskell is a dialect of Haskell that is focused on + beginner-friendliness and productivity. + +

+

+ It is designed to be easy to learn and use, while also being + powerful enough to release your app with minimum effort and maximum + confidence.

@@ -55,31 +61,8 @@ function HomepageHeader() { export default function Home(): JSX.Element { const { siteConfig } = useDocusaurusContext(); - const [disclaimerOpen, setDisclaimerOpen] = React.useState(true); - const message = ""; return (
-
- setDisclaimerOpen(!disclaimerOpen)} - title="Greetings traveller!" - > -

- You probably found this site by accident. It is far from finished, - but if you're curious about the project: -

- setDisclaimerOpen(!disclaimerOpen)} - > -

JOIN THE DISCORD SERVER!

-
-
-
-- cgit