aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLynithDev <61880709+LynithDev@users.noreply.github.com>2023-12-26 20:50:22 +0100
committerLynithDev <61880709+LynithDev@users.noreply.github.com>2023-12-26 20:50:22 +0100
commitba4a75e8ee95c796f1ac75afe53029c81f7626fa (patch)
tree3896a379b8a6a930be414898beed3113b3a5ec15
parentb0496a9f04addbd26eb4e1d4401699343482770d (diff)
downloadNexus-ba4a75e8ee95c796f1ac75afe53029c81f7626fa.tar.gz
Nexus-ba4a75e8ee95c796f1ac75afe53029c81f7626fa.tar.bz2
Nexus-ba4a75e8ee95c796f1ac75afe53029c81f7626fa.zip
Oops
-rw-r--r--apps/website/src/components/base/Footer.astro2
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>