From fbaa87ef4fcad18ac03cb0cfa82fb106751c1b38 Mon Sep 17 00:00:00 2001 From: Wyvest Date: Sun, 21 Jan 2024 20:28:00 -0500 Subject: Add Nexus url to footer --- apps/website/src/components/base/Footer.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/website/src/components/base/Footer.astro') 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;
-

© {new Date().getFullYear()} Polyfrost. All rights reserved.

-

Not an official Minecraft product. Not approved by or affiliated with Mojang Studios.

+

© {new Date().getFullYear()} Polyfrost. Licensed under AGPL-3.0.

+

Not affiliated with Mojang or Microsoft.

-- cgit