[icons] Use magic icon
This commit is contained in:
@ -201,7 +201,7 @@ const PlaybackControls = () => {
|
|||||||
className={`control${smartQueue ? ' control--active' : ''} tooltip`}
|
className={`control${smartQueue ? ' control--active' : ''} tooltip`}
|
||||||
onClick={toggleSmartQueue}
|
onClick={toggleSmartQueue}
|
||||||
>
|
>
|
||||||
<Icon name="auto_awesome" type="material" />
|
<Icon name="magic" type="material" />
|
||||||
<span className="tooltip__content">
|
<span className="tooltip__content">
|
||||||
<I18n path="playback_controls.smart_queue" />
|
<I18n path="playback_controls.smart_queue" />
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user