From 4a3faa97613153bb3e8df2c2061ac24f7eacfbd0 Mon Sep 17 00:00:00 2001 From: wearrrrr Date: Sun, 11 Feb 2024 16:49:57 -0600 Subject: [PATCH] Fix bug where iframe isn't fully destroyed, add FAQ. --- src/components/Footer.astro | 88 ++++++++++++++-------------- src/components/ProxyRegistrar.astro | 20 ++++++- src/components/SettingsTablist.astro | 2 +- src/i18n/en.json | 5 ++ src/i18n/jp.json | 6 ++ src/layouts/Layout.astro | 8 --- src/pages/[lang]/index.astro | 50 +++++++++++++++- tsconfig.json | 3 +- 8 files changed, 125 insertions(+), 57 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 6bc51d8..5358e3e 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -16,52 +16,52 @@ const t = useTranslations(lang); - - - - diff --git a/src/components/ProxyRegistrar.astro b/src/components/ProxyRegistrar.astro index a240bd4..42f89a7 100644 --- a/src/components/ProxyRegistrar.astro +++ b/src/components/ProxyRegistrar.astro @@ -1,5 +1,5 @@ - - + +