We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9198a commit d786f14Copy full SHA for d786f14
src/components/Header/Header.tsx
@@ -66,7 +66,7 @@ const changeLanguage = async (lang: string) => {
66
}
67
};
68
69
-const ThemeIcon = darkMode ? DarkModeIcon : LightModeIcon;
+const ThemeIcon = darkMode ? LightModeIcon : DarkModeIcon;
70
71
const modalVariants = {
72
hidden: { opacity: 0, scale: 0.8 },
0 commit comments