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)})`}