diff options
| author | Nick Tchayka <nick@booster.cloud> | 2023-09-06 15:26:00 +0100 |
|---|---|---|
| committer | Nick Tchayka <nick@booster.cloud> | 2023-09-06 15:26:00 +0100 |
| commit | ffa9918049c1bcb5979996a11e89c7e771e6c9c1 (patch) | |
| tree | 0b47c45d7a81d075a8aa3692a9a0456acf7d1761 | |
| parent | 98c87787db3d16548b616fa890bab131263d4a47 (diff) | |
| download | neohaskell.github.io-ffa9918049c1bcb5979996a11e89c7e771e6c9c1.tar.gz neohaskell.github.io-ffa9918049c1bcb5979996a11e89c7e771e6c9c1.tar.bz2 neohaskell.github.io-ffa9918049c1bcb5979996a11e89c7e771e6c9c1.zip | |
Rephrase
| -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" |
