aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyvest <wyvestbusiness@gmail.com>2024-01-21 20:28:00 -0500
committerWyvest <wyvestbusiness@gmail.com>2024-01-21 20:28:53 -0500
commitfbaa87ef4fcad18ac03cb0cfa82fb106751c1b38 (patch)
tree4e67af3401379681e9889643ee6011b791b31224
parent848639c7aa17faf3322201a0ae303fec062c4b5a (diff)
downloadNexus-fbaa87ef4fcad18ac03cb0cfa82fb106751c1b38.tar.gz
Nexus-fbaa87ef4fcad18ac03cb0cfa82fb106751c1b38.tar.bz2
Nexus-fbaa87ef4fcad18ac03cb0cfa82fb106751c1b38.zip
Add Nexus url to footer
-rw-r--r--apps/website/src/components/base/Footer.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/website/src/components/base/Footer.astro b/apps/website/src/components/base/Footer.astro
index a04450e..d6f4ea8 100644
--- a/apps/website/src/components/base/Footer.astro
+++ b/apps/website/src/components/base/Footer.astro
@@ -40,8 +40,8 @@ const props = Astro.props;
</div>
<div class="flex flex-col items-center md:flex-row md:items-start md:justify-between">
- <p class="text-blue-gray text-sm">© {new Date().getFullYear()} Polyfrost. All rights reserved.</p>
- <p class="text-blue-gray text-sm">Not an official Minecraft product. Not approved by or affiliated with Mojang Studios.</p>
+ <p class="text-blue-gray text-sm">© {new Date().getFullYear()} Polyfrost. <Link href="https://github.com/Polyfrost/Nexus" class="text-blue-gray text-sm">Licensed under AGPL-3.0.</Link></p>
+ <p class="text-blue-gray text-sm">Not affiliated with Mojang or Microsoft.</p>
</div>
</div>
</footer>