aboutsummaryrefslogtreecommitdiff
path: root/src/pages/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/index.tsx')
-rw-r--r--src/pages/index.tsx14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index ccff804..ae3e0bf 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -57,20 +57,6 @@ export default function Home(): JSX.Element {
<div className="container">
<Layout description={`${siteConfig.tagline}`}>
<HomepageHeader />
- <div className="container grid grid-cols-1 gap-4">
- <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>
- </div>
<main>
<HomepageFeatures />
</main>