diff options
author | Nikita Tchayka <nikitatchayka@gmail.com> | 2023-08-27 13:07:17 +0100 |
---|---|---|
committer | Nikita Tchayka <nikitatchayka@gmail.com> | 2023-08-27 13:07:17 +0100 |
commit | cc7ecd09c98863c082093827fabdf2ca224bc194 (patch) | |
tree | 87acc61d0a38f938c440fa54f2ba2c82625061f4 | |
parent | 659aeff39ded6bf6bd0dfc40ccc5ff07ffc10f51 (diff) | |
download | neohaskell.github.io-cc7ecd09c98863c082093827fabdf2ca224bc194.tar.gz neohaskell.github.io-cc7ecd09c98863c082093827fabdf2ca224bc194.tar.bz2 neohaskell.github.io-cc7ecd09c98863c082093827fabdf2ca224bc194.zip |
Add disclaimer
-rw-r--r-- | src/pages/index.tsx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 8762287..97d3967 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -38,6 +38,18 @@ export default function Home(): JSX.Element { <> <Layout description={`${siteConfig.tagline}`}> <HomepageHeader /> + <p className="text-red-500 font-extrabold text-5xl"> + If you're reading this, you probably found it by accident. This is a + WIP project, and the site is far from finished. If you're curious + about the project, better join the{" "} + <a + className="text-blue-500" + href="https://discord.com/invite/wDj3UYzec8" + > + Discord server + </a> + ! + </p> <main> <HomepageFeatures /> </main> |