aboutsummaryrefslogtreecommitdiff
path: root/apps/website
diff options
context:
space:
mode:
Diffstat (limited to 'apps/website')
-rw-r--r--apps/website/src/pages/index.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/website/src/pages/index.astro b/apps/website/src/pages/index.astro
index c078345..14e59de 100644
--- a/apps/website/src/pages/index.astro
+++ b/apps/website/src/pages/index.astro
@@ -107,7 +107,7 @@ import Layout from '@layouts/Layout.astro';
We're a group of passionate, self-driven designers, developers, and modders creating mods and libraries for the Minecraft community.
</Paragraph>
<div class="mt-3 flex flex-row gap-y-6 gap-x-8 text-base font-semibold leading-7 text-gray-600 lg:gap-x-10">
- <Button style="secondary" size="sm" iconLeft="user">Meet the team</Button>
+ <Button style="secondary" href="/about" size="sm" iconLeft="user">Meet the team</Button>
</div>
</div>
</div>