mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
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:
@@ -155,10 +155,6 @@ const HomePage: NextPage = observer(() => {
|
||||
}
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
setTheme("system");
|
||||
}, [setTheme]);
|
||||
|
||||
return (
|
||||
<DefaultLayout>
|
||||
{isLoading ? (
|
||||
|
||||
Reference in New Issue
Block a user