diff --git a/src/components/CornerControls.astro b/src/components/CornerControls.astro index da54cb7..f2fb1ab 100644 --- a/src/components/CornerControls.astro +++ b/src/components/CornerControls.astro @@ -1,6 +1,6 @@ --- import ThemeToggle from './ThemeToggle.astro'; -import { getLocale } from '../i18n'; +import { getLocale, ui } from '../i18n'; const locale = getLocale(Astro.currentLocale); @@ -11,11 +11,15 @@ const langClass = (active: boolean) => ---
-
+