diff options
author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-26 20:50:22 +0100 |
---|---|---|
committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-26 20:50:22 +0100 |
commit | ba4a75e8ee95c796f1ac75afe53029c81f7626fa (patch) | |
tree | 3896a379b8a6a930be414898beed3113b3a5ec15 /apps/website/src/components | |
parent | b0496a9f04addbd26eb4e1d4401699343482770d (diff) | |
download | Nexus-ba4a75e8ee95c796f1ac75afe53029c81f7626fa.tar.gz Nexus-ba4a75e8ee95c796f1ac75afe53029c81f7626fa.tar.bz2 Nexus-ba4a75e8ee95c796f1ac75afe53029c81f7626fa.zip |
Oops
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> |