aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorWyvest <wyvestbusiness@gmail.com>2024-01-21 20:14:57 -0500
committerGitHub <noreply@github.com>2024-01-21 20:14:57 -0500
commit00ddaff998195772965f590389c5ac22cd966e64 (patch)
treeb3003f2923d1f76d1039b96d6c82e74cfcffbcae /apps
parentb07ac3ccdfd8758b436ce4f1ac6434e0a3bd290f (diff)
downloadNexus-00ddaff998195772965f590389c5ac22cd966e64.tar.gz
Nexus-00ddaff998195772965f590389c5ac22cd966e64.tar.bz2
Nexus-00ddaff998195772965f590389c5ac22cd966e64.zip
Update index.astro
Diffstat (limited to 'apps')
-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>