diff options
Diffstat (limited to 'apps/website/src/components')
-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 bf019ac..39ae8d6 100644 --- a/apps/website/src/components/base/Footer.astro +++ b/apps/website/src/components/base/Footer.astro @@ -34,7 +34,7 @@ import Link from "./Link.astro"; </div> </div> - <div class="flex flex-col items-center md:flex-row md: items-start md:justify-between"> + <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> </div> |