diff --git a/src/pages/_layout.tsx b/src/pages/_layout.tsx index e109f0c0..ebdff0ca 100644 --- a/src/pages/_layout.tsx +++ b/src/pages/_layout.tsx @@ -193,8 +193,6 @@ const Layout = () => { decorated, "| showing:", !decorated, - "| theme mode:", - mode, ); if (!decorated) { return ( @@ -204,7 +202,7 @@ const Layout = () => { ); } return null; - }, [decorated, mode]); + }, [decorated]); useEffect(() => { setThemeReady(true);