From 257c43e352a75d6e56bf08afcdaa95a36f316b89 Mon Sep 17 00:00:00 2001 From: Nikita Tchayka Date: Sun, 17 Sep 2023 17:30:47 +0100 Subject: Update disclaimer --- src/components/Disclaimer.tsx | 12 ++++++++++-- src/components/Modal.tsx | 5 ++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/components/Disclaimer.tsx b/src/components/Disclaimer.tsx index 5ffcc3f..d6537cf 100644 --- a/src/components/Disclaimer.tsx +++ b/src/components/Disclaimer.tsx @@ -13,8 +13,16 @@ export default function Disclaimer() { >

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: + days. Mostly everything is missing ( + setDisclaimerOpen(!disclaimerOpen)} + > + click here for a status report + + ). But, if you really want to know more about the project:

+
onOk()} + >
-- cgit