guess who forgot to add files
diff --git a/pages/support.js b/pages/support.js
index 1c35a68..61586d2 100644
--- a/pages/support.js
+++ b/pages/support.js
@@ -1,6 +1,7 @@
import Header from '../Components/Header'
import { AutoLayout, Panel, Title, Subtitle, Text, Divider } from '../Components/Panels';
import { List, ListItem, Code } from '../Components/Texttools';
+import Link from 'next/link'
export default function Home() {
return (
@@ -16,12 +17,12 @@
<Panel halfSize={true}>
<Title>Email</Title>
<Divider />
- <Text>Send us an email at <a href="mailto:support@clicks.codes">support@clicks.codes</a> and we will get back to you as quick as possible.</Text>
+ <Text>Send us an email at <Link href="mailto:support@clicks.codes">support@clicks.codes</Link> and we will get back to you as quick as possible.</Text>
</Panel>
<Panel halfSize={true}>
<Title>Discord</Title>
<Divider />
- <Text>For a faster response, you can join our <a href="https://discord.gg/bPaNnxe">Discord server</a> where our staff members can help you with any questions.</Text>
+ <Text>For a faster response, you can join our <Link href="https://discord.gg/bPaNnxe">Discord server</Link> where our staff members can help you with any questions.</Text>
<Text>Type <Code colour="71AFE5">m!mail</Code> in <Code colour="71AFE5">#ticketmaster</Code> to create a support ticket.</Text>
</Panel>
</AutoLayout>