diff options
author | Nick Tchayka <nick@booster.cloud> | 2023-09-06 15:26:22 +0100 |
---|---|---|
committer | Nick Tchayka <nick@booster.cloud> | 2023-09-06 15:26:22 +0100 |
commit | 1646966423cc7ecc7a12ad6eeefe3016abcd05b2 (patch) | |
tree | b01acc48f7520b65da5d4d94a58807716ca732b5 | |
parent | ffa9918049c1bcb5979996a11e89c7e771e6c9c1 (diff) | |
download | neohaskell.github.io-1646966423cc7ecc7a12ad6eeefe3016abcd05b2.tar.gz neohaskell.github.io-1646966423cc7ecc7a12ad6eeefe3016abcd05b2.tar.bz2 neohaskell.github.io-1646966423cc7ecc7a12ad6eeefe3016abcd05b2.zip |
Make it a paragraph
-rw-r--r-- | src/pages/index.tsx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 935500a..b8a0ec6 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -66,8 +66,10 @@ export default function Home(): JSX.Element { onOk={() => setDisclaimerOpen(!disclaimerOpen)} title="Greetings traveller!" > - You probably found this site by accident. It is far from finished, but - if you're curious about the project: + <p> + You probably found this site by accident. It is far from finished, + but if you're curious about the project: + </p> <a className="text-lightsecondary hover:underline hover:decoration-wavy underline-offset-4 py-4 block" href="https://discord.com/invite/wDj3UYzec8" |