diff --git a/services/web-ui/public/shell.jsx b/services/web-ui/public/shell.jsx index b6aad71..7084b9f 100644 --- a/services/web-ui/public/shell.jsx +++ b/services/web-ui/public/shell.jsx @@ -18,9 +18,9 @@ const NAV_SECTIONS = [ label: "Ingest", items: [ { id: "upload", label: "Upload", icon: "upload" }, - { id: "youtube", label: "YouTube", icon: "download" }, + { id: "youtube", label: "YouTube", icon: "import" }, { id: "recorders", label: "Recorders", icon: "record" }, - { id: "schedule", label: "Schedule", icon: "jobs" }, + { id: "schedule", label: "Schedule", icon: "clock" }, { id: "monitors", label: "Monitors", icon: "monitor" }, ], }, @@ -28,7 +28,7 @@ const NAV_SECTIONS = [ label: "Operations", items: [ { id: "capture", label: "Capture", icon: "capture" }, - { id: "playout", label: "Playout", icon: "monitor" }, + { id: "playout", label: "Playout", icon: "signal" }, { id: "jobs", label: "Jobs", icon: "jobs" }, ], },