0
0
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:
2021-05-22 10:28:32 +09:00
parent 3f205d95f5
commit d1f0180c13

View File

@@ -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' ? (