aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorNikita Tchayka <nikitatchayka@gmail.com>2023-09-16 19:26:16 +0100
committerNikita Tchayka <nikitatchayka@gmail.com>2023-09-16 19:26:16 +0100
commitf19aef7f880fc4b476bc49c20473fd8cc729f8cb (patch)
treea607461c4fa49e247f15be9107e93f4331e9b2ae /src/components
parente8d32bbba7411f1d3247614725242f6eb1b44e52 (diff)
downloadneohaskell.github.io-f19aef7f880fc4b476bc49c20473fd8cc729f8cb.tar.gz
neohaskell.github.io-f19aef7f880fc4b476bc49c20473fd8cc729f8cb.tar.bz2
neohaskell.github.io-f19aef7f880fc4b476bc49c20473fd8cc729f8cb.zip
Reenable Disclaimer
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Disclaimer.tsx7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/components/Disclaimer.tsx b/src/components/Disclaimer.tsx
index b8d6300..5ffcc3f 100644
--- a/src/components/Disclaimer.tsx
+++ b/src/components/Disclaimer.tsx
@@ -2,7 +2,7 @@ import React from "react";
import Modal from "./Modal";
export default function Disclaimer() {
- const [disclaimerOpen, setDisclaimerOpen] = React.useState(false);
+ const [disclaimerOpen, setDisclaimerOpen] = React.useState(true);
return (
<div className="absolute left-1/2 top-1/2">
<Modal
@@ -12,8 +12,9 @@ export default function Disclaimer() {
title="Greetings traveller!"
>
<p>
- You probably found this site by accident. It is far from finished, but
- if you're curious about the project:
+ The NeoHaskell project is a work-in-progress effort in it's early
+ days. Mostly everything is missing. If you're curious about the
+ project:
</p>
<a
className="text-lightsecondary hover:underline hover:decoration-wavy underline-offset-4 py-4 block"