mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-16 13:13:26 +09:00
update banner-img
This commit is contained in:
@@ -5,7 +5,7 @@ const useTheme = (): string => {
|
||||
|
||||
useEffect(() => {
|
||||
setThemeValue(
|
||||
document.documentElement.classList.contains("dark") ? "dark" : "light"
|
||||
document.documentElement.classList.contains("dark") ? "dark" : "light",
|
||||
);
|
||||
}, []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user