aboutsummaryrefslogtreecommitdiff
path: root/apps/website/src/pages/contact.astro
diff options
context:
space:
mode:
Diffstat (limited to 'apps/website/src/pages/contact.astro')
-rw-r--r--apps/website/src/pages/contact.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/website/src/pages/contact.astro b/apps/website/src/pages/contact.astro
index 8f7586c..193c2be 100644
--- a/apps/website/src/pages/contact.astro
+++ b/apps/website/src/pages/contact.astro
@@ -29,7 +29,7 @@ import Layout from '@layouts/Layout.astro';
We love open source, so all of our projects are OSS. Anyone is welcome to contribute new features (and bugs) to our mods
</Paragraph>
- <Button style="secondary" iconLeft="code" size="sm" class="w-full">Contribute today</Button>
+ <Button style="secondary" href="http://github.com/Polyfrost/" iconLeft="code" size="sm" class="w-full">Contribute today</Button>
</div>
{/* Discord */}
@@ -45,7 +45,7 @@ import Layout from '@layouts/Layout.astro';
Join us today! It's the easiest way to chat with other members, suggest new features, and get support with your mods
</Paragraph>
- <Button style="secondary" iconLeft="chat" size="sm" class="w-full">Chat with us</Button>
+ <Button style="secondary" href="/discord" iconLeft="chat" size="sm" class="w-full">Chat with us</Button>
</div>
</div>
</Section>