aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>