mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +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:
parent
85147db85f
commit
67922f9c5d
@ -155,10 +155,6 @@ const HomePage: NextPage = observer(() => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
useEffect(() => {
|
|
||||||
setTheme("system");
|
|
||||||
}, [setTheme]);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<DefaultLayout>
|
<DefaultLayout>
|
||||||
{isLoading ? (
|
{isLoading ? (
|
||||||
|
Loading…
Reference in New Issue
Block a user