From 8bc460025d83990600d527ab5067de0f4ee86f63 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Sun, 31 May 2026 00:19:34 -0400 Subject: [PATCH] screens-home: fix launcher tile icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Dashboard tile: home → layout (matches sidebar nav icon) - Playout tile: monitor → signal (matches sidebar nav fix) --- services/web-ui/public/screens-home.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web-ui/public/screens-home.jsx b/services/web-ui/public/screens-home.jsx index 0aa94a4..0fefb6d 100644 --- a/services/web-ui/public/screens-home.jsx +++ b/services/web-ui/public/screens-home.jsx @@ -73,7 +73,7 @@ function Home({ navigate }) { { id: 'playout', label: 'Playout', - icon: 'monitor', + icon: 'signal', tone: 'accent', sub: (() => { if (playoutChannels === null) return '·'; @@ -171,7 +171,7 @@ function Home({ navigate }) { onClick={() => navigate('dashboard')} > - + Dashboard Operations view