diff --git a/web/src/components/Statusbar.tsx b/web/src/components/Statusbar.tsx index df77c648f..e5564eecf 100644 --- a/web/src/components/Statusbar.tsx +++ b/web/src/components/Statusbar.tsx @@ -28,7 +28,7 @@ export default function Statusbar() { }, [stats]); return ( -
+
{cpuPercent && (
diff --git a/web/src/components/navigation/Sidebar.tsx b/web/src/components/navigation/Sidebar.tsx index 9783fd03b..1fdea0c41 100644 --- a/web/src/components/navigation/Sidebar.tsx +++ b/web/src/components/navigation/Sidebar.tsx @@ -5,7 +5,7 @@ import NavItem from "./NavItem"; function Sidebar() { return ( -