shell: youtube nav icon: download → import
download is used by the Downloads section tile on the home screen. YouTube ingest gets the new import icon (arrow entering box) instead.
This commit is contained in:
parent
68461af990
commit
43656a5e88
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ 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: "clock" },
|
||||
{ id: "monitors", label: "Monitors", icon: "monitor" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue