diff options
author | Pauline <git@ethanlibs.co> | 2024-01-10 19:58:58 -0500 |
---|---|---|
committer | Pauline <git@ethanlibs.co> | 2024-01-10 19:58:58 -0500 |
commit | 8be3434d32d7ed9046000377f7f9e59ef2a971b3 (patch) | |
tree | a17c19137054e4768e57799cd3932dd92e66a69b /apps/website/src/components/base | |
parent | 75676183d008a07070db8fdd52af3fdf0bbfb8a7 (diff) | |
download | Nexus-8be3434d32d7ed9046000377f7f9e59ef2a971b3.tar.gz Nexus-8be3434d32d7ed9046000377f7f9e59ef2a971b3.tar.bz2 Nexus-8be3434d32d7ed9046000377f7f9e59ef2a971b3.zip |
super unfinished stuff but i was getting yelled at by wybest
Diffstat (limited to 'apps/website/src/components/base')
-rw-r--r-- | apps/website/src/components/base/Footer.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/website/src/components/base/Footer.astro b/apps/website/src/components/base/Footer.astro index 9463edc..7a9071a 100644 --- a/apps/website/src/components/base/Footer.astro +++ b/apps/website/src/components/base/Footer.astro @@ -41,7 +41,7 @@ const props = Astro.props; <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 affiliated with Mojang Studios.</p> + <p class="text-blue-gray text-sm">Not an official Minecraft product. Not approved by or affiliated with Mojang Studios.</p> </div> </div> </footer> |