This commit is contained in:
eric
2026-06-07 22:50:42 -05:00
parent d27807e504
commit 6d479c9f94
23 changed files with 435 additions and 277 deletions

View File

@@ -16,6 +16,7 @@ export default function ThemeToggle() {
aria-label={isDark ? t("themeDark") : t("themeLight")}
title={isDark ? t("themeDark") : t("themeLight")}
>
<span className="sr-only">{isDark ? t("themeDark") : t("themeLight")}</span>
{isDark ? (
<svg
className="h-5 w-5"