aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorWyvest <wyvestbusiness@gmail.com>2024-01-20 20:43:30 -0500
committerGitHub <noreply@github.com>2024-01-20 20:43:30 -0500
commitb07ac3ccdfd8758b436ce4f1ac6434e0a3bd290f (patch)
tree0c7a2a4d37bd76dbd125de60b666efae486eca5b /apps
parent906175ee5392c0cd146d189f9abefde6b2cdfccb (diff)
downloadNexus-b07ac3ccdfd8758b436ce4f1ac6434e0a3bd290f.tar.gz
Nexus-b07ac3ccdfd8758b436ce4f1ac6434e0a3bd290f.tar.bz2
Nexus-b07ac3ccdfd8758b436ce4f1ac6434e0a3bd290f.zip
Update Footer.astro
Diffstat (limited to 'apps')
-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 7a9071a..a04450e 100644
--- a/apps/website/src/components/base/Footer.astro
+++ b/apps/website/src/components/base/Footer.astro
@@ -15,7 +15,7 @@ const props = Astro.props;
<div class="flex flex-col gap-y-20 justify-center items-start md:flex-row md:items-start md:justify-between">
<div class="flex-1 flex flex-col gap-y-3 text-blue-gray">
<Logo logo="polyfrost.full" />
- <p>English, USA</p> {/* hardcoded for now, todo i18n */}
+ <p>English (US)</p> {/* hardcoded for now, todo i18n */}
<div class="flex flex-row gap-3">
<a href={configConst.socials.discord} target="_blank" class="hover:text-[#5865F2]"><Icon icon="discord" /></a>
<a href={configConst.socials.youtube} target="_blank" class="hover:text-[#ff0000]"><Icon icon="youtube" /></a>