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:
Zac Gaetano 2026-05-31 10:52:10 -04:00
parent 68461af990
commit 43656a5e88

View file

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