mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
footer items (#57)
This commit is contained in:
@@ -12,7 +12,7 @@ const ThemeSwitcher = () => {
|
||||
if (!mounted) return null;
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="cursor-pointer">
|
||||
{colorTheme === "light" ? (
|
||||
<div data-test="toggle-dark" onClick={() => setTheme("light")}>
|
||||
<svg
|
||||
@@ -40,7 +40,7 @@ const ThemeSwitcher = () => {
|
||||
</svg>
|
||||
</div>
|
||||
)}
|
||||
</>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user