From 43656a5e88be995460631a4d62f31fa756be01e4 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Sun, 31 May 2026 10:52:10 -0400 Subject: [PATCH] =?UTF-8?q?shell:=20youtube=20nav=20icon:=20download=20?= =?UTF-8?q?=E2=86=92=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit download is used by the Downloads section tile on the home screen. YouTube ingest gets the new import icon (arrow entering box) instead. --- services/web-ui/public/shell.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web-ui/public/shell.jsx b/services/web-ui/public/shell.jsx index 2549803..7084b9f 100644 --- a/services/web-ui/public/shell.jsx +++ b/services/web-ui/public/shell.jsx @@ -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" },