From 6859ab838002193f53b6ae6ed283911f3e96fd7f Mon Sep 17 00:00:00 2001 From: wearrrrr Date: Tue, 6 Feb 2024 14:53:51 -0600 Subject: [PATCH] Small regression in UVRegistrar, will fix soon. --- src/components/Footer.astro | 2 +- .../SettingsContent/CreditsTab.astro | 9 ++++-- src/components/UVRegistrar.astro | 28 +++++++++++++------ src/i18n/en.json | 1 + src/i18n/jp.json | 1 + src/layouts/Layout.astro | 2 ++ src/pages/[lang]/index.astro | 2 -- 7 files changed, 30 insertions(+), 15 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 5f1f55b..6a49b3a 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -20,7 +20,7 @@ const t = useTranslations(lang);