diff options
Diffstat (limited to 'src/pages/index.tsx')
-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> |