diff --git a/services/web-ui/public/shell.jsx b/services/web-ui/public/shell.jsx index 4d4f148..0bb5acf 100644 --- a/services/web-ui/public/shell.jsx +++ b/services/web-ui/public/shell.jsx @@ -8,7 +8,7 @@ const NAV_TREE = [ id: "ingest", label: "Ingest", icon: "upload", group: true, children: [ { id: "upload", label: "Upload", icon: "upload" }, - { id: "recorders", label: "Recorders", icon: "record", badge: { kind: "live", text: "4" } }, + { id: "recorders", label: "Recorders", icon: "record" }, { id: "capture", label: "Capture", icon: "capture" }, { id: "monitors", label: "Monitors", icon: "monitor" }, ],