mirror of
https://github.com/yude-jp/yude.jp
synced 2025-10-12 19:28:43 +09:00
Remove console logging
This commit is contained in:
@@ -22,7 +22,6 @@ const Layout = (props) => {
|
||||
setTheme(theme === "light" ? "dark" : "light");
|
||||
}
|
||||
};
|
||||
console.log(theme);
|
||||
return (
|
||||
<button className="my-4 mx-3 text-2xl" onClick={switchTheme}>
|
||||
{theme === 'light' ? (
|
||||
|
Reference in New Issue
Block a user