Skip to content

Commit d786f14

Browse files
authored
ters koymuşum icon yolunu
1 parent fb9198a commit d786f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const changeLanguage = async (lang: string) => {
6666
}
6767
};
6868

69-
const ThemeIcon = darkMode ? DarkModeIcon : LightModeIcon;
69+
const ThemeIcon = darkMode ? LightModeIcon : DarkModeIcon;
7070

7171
const modalVariants = {
7272
hidden: { opacity: 0, scale: 0.8 },

0 commit comments

Comments
 (0)