shell: fix nav icon conflicts
- schedule: jobs → clock (was sharing hamburger icon with Jobs) - playout: monitor → signal (was sharing TV icon with Monitors)
This commit is contained in:
parent
2e2b091653
commit
42064acefa
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ const NAV_SECTIONS = [
|
|||
{ id: "upload", label: "Upload", icon: "upload" },
|
||||
{ id: "youtube", label: "YouTube", icon: "download" },
|
||||
{ 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" },
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue