's'
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user