diff options
Diffstat (limited to 'apps/website/src/components/base/Footer.astro')
-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> |