From 739d08d4b5ed597f1c5c3fe738522027ac5a71e7 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Sun, 31 May 2026 13:56:19 -0400 Subject: [PATCH] fix(web-ui): restore home screen icon fixes on feat/playout-mcr playout tile: monitor -> signal, dashboard tile: home -> layout. All feature-branch content (Dragon-ISO, tagline, etc.) preserved. --- 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 89ebcad..2f1f6b9 100644 --- a/services/web-ui/public/screens-home.jsx +++ b/services/web-ui/public/screens-home.jsx @@ -66,7 +66,7 @@ function Home({ navigate }) { { id: 'playout', label: 'Playout', - icon: 'monitor', + icon: 'signal', tone: 'live', sub: 'Master Control', desc: 'Play assets to SDI, NDI, SRT or RTMP via CasparCG.', @@ -154,7 +154,7 @@ function Home({ navigate }) { onClick={() => navigate('dashboard')} > - + Dashboard Operations view