update banner-img

This commit is contained in:
somrat sorkar
2023-07-24 10:02:33 +06:00
parent 0d3562c1bf
commit abed7aa2a8
14 changed files with 52 additions and 60 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const useTheme = (): string => {
useEffect(() => {
setThemeValue(
document.documentElement.classList.contains("dark") ? "dark" : "light"
document.documentElement.classList.contains("dark") ? "dark" : "light",
);
}, []);