diff options
-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" |