fix(web-ui): restore nav icon fixes on feat/playout-mcr

youtube: import, schedule: clock, playout: signal.
Keeps getting wiped by other agents writing full file replacements.
This commit is contained in:
Zac Gaetano 2026-05-31 13:54:16 -04:00
parent 40e987b4a2
commit 1db0e81efb

View file

@ -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" },
],
},