fix: removed default theme setting in the index page (#2382)

* fix: removed default theme setting in the index page

* fix: empty space
This commit is contained in:
guru_sainath 2023-10-05 13:47:51 +05:30 committed by GitHub
parent 85147db85f
commit 67922f9c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,10 +155,6 @@ const HomePage: NextPage = observer(() => {
}
};
useEffect(() => {
setTheme("system");
}, [setTheme]);
return (
<DefaultLayout>
{isLoading ? (