diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pages/index.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pages/index.tsx b/src/pages/index.tsx index a8fb16d..935500a 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -67,8 +67,7 @@ export default function Home(): JSX.Element { title="Greetings traveller!" > You probably found this site by accident. It is far from finished, but - if you're curious about the project.{" "} - <b>It's dangerous to go alone!</b> + if you're curious about the project: <a className="text-lightsecondary hover:underline hover:decoration-wavy underline-offset-4 py-4 block" href="https://discord.com/invite/wDj3UYzec8" |