From 07544dfb20b59721977d85bf34c1d3581744eed8 Mon Sep 17 00:00:00 2001 From: DrMint <29893320+DrMint@users.noreply.github.com> Date: Wed, 13 Mar 2024 03:11:55 +0100 Subject: [PATCH] Add hover and active state to setting page --- src/pages/[locale]/settings/index.astro | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/[locale]/settings/index.astro b/src/pages/[locale]/settings/index.astro index f017361..751769c 100644 --- a/src/pages/[locale]/settings/index.astro +++ b/src/pages/[locale]/settings/index.astro @@ -19,7 +19,7 @@ const { t } = await getI18n(currentLocale); { cache.locales.map(({ id }) => ( {formatLocale(id)} @@ -32,19 +32,19 @@ const { t } = await getI18n(currentLocale); {t("settings.theme.title")} {t("settings.theme.description")} {t("global.theme.dark")} {t("global.theme.auto")} {t("global.theme.light")} @@ -57,7 +57,7 @@ const { t } = await getI18n(currentLocale); { cache.currencies.map((id) => ( {`${id} (${formatCurrency(id)})`}
{t("settings.theme.description")}