diff --git a/src/client/components/monitor/StatusPage/index.tsx b/src/client/components/monitor/StatusPage/index.tsx index 70494f7..be7d4bf 100644 --- a/src/client/components/monitor/StatusPage/index.tsx +++ b/src/client/components/monitor/StatusPage/index.tsx @@ -10,6 +10,7 @@ import { import clsx from 'clsx'; import { useRequest } from '../../../hooks/useRequest'; import { useNavigate } from 'react-router'; +import { ColorSchemeSwitcher } from '../../ColorSchemeSwitcher'; interface MonitorStatusPageProps { slug: string; @@ -59,23 +60,28 @@ export const MonitorStatusPage: React.FC = React.memo( ); return ( -
+
{editMode && ( -
+
setEditMode(false)} />
)}
-
{info?.title}
+
+
{info?.title}
+ + +
{allowEdit && !editMode && (