screens-home: fix launcher tile icons
- Dashboard tile: home → layout (matches sidebar nav icon) - Playout tile: monitor → signal (matches sidebar nav fix)
This commit is contained in:
parent
3578c7b4e9
commit
8bc460025d
1 changed files with 2 additions and 2 deletions
|
|
@ -73,7 +73,7 @@ function Home({ navigate }) {
|
||||||
{
|
{
|
||||||
id: 'playout',
|
id: 'playout',
|
||||||
label: 'Playout',
|
label: 'Playout',
|
||||||
icon: 'monitor',
|
icon: 'signal',
|
||||||
tone: 'accent',
|
tone: 'accent',
|
||||||
sub: (() => {
|
sub: (() => {
|
||||||
if (playoutChannels === null) return '·';
|
if (playoutChannels === null) return '·';
|
||||||
|
|
@ -171,7 +171,7 @@ function Home({ navigate }) {
|
||||||
onClick={() => navigate('dashboard')}
|
onClick={() => navigate('dashboard')}
|
||||||
>
|
>
|
||||||
<span className="launcher-tile-icon">
|
<span className="launcher-tile-icon">
|
||||||
<Icon name="home" size={22} />
|
<Icon name="layout" size={22} />
|
||||||
</span>
|
</span>
|
||||||
<span className="launcher-tile-label">Dashboard</span>
|
<span className="launcher-tile-label">Dashboard</span>
|
||||||
<span className="launcher-tile-sub">Operations view</span>
|
<span className="launcher-tile-sub">Operations view</span>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue