Skip to content

Commit

Permalink
Fix: alter icon from monitor to presentation-play #38
Browse files Browse the repository at this point in the history
  • Loading branch information
luckylooky2 committed May 24, 2024
1 parent 877c288 commit cd246e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const DashboardSelectBar = ({ showSubMenu, dashboard, ariaLabel }: Props) => {
</div>
<div className={styles.kiosk}>
<DefaultButton onClick={chrome.onToggleKioskMode} type="green">
<Icon name="monitor" size="md" />
<Icon name="presentation-play" />
<span>Kiosk mode</span>
</DefaultButton>
</div>
Expand Down

0 comments on commit cd246e3

Please sign in to comment.