From ae7c8c9d7cfa7d0361bdff7ff4dcdc1081b4b3a7 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 28 Jun 2026 14:13:18 -0400 Subject: [PATCH] [icon] Use lightbulb --- __tests__/components/PlaybackControls.test.js | 2 +- .../components/__snapshots__/PlaybackControls.test.js.snap | 2 +- src/js/components/PlaybackControls.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/__tests__/components/PlaybackControls.test.js b/__tests__/components/PlaybackControls.test.js index 0740deac..c83821b0 100644 --- a/__tests__/components/PlaybackControls.test.js +++ b/__tests__/components/PlaybackControls.test.js @@ -55,7 +55,7 @@ function findSmartQueueButton(renderer) { ? btn.props.children : [btn.props.children]; return children.some( - (child) => child.props && child.props.name === 'magic', + (child) => child.props && child.props.name === 'lightbulb_outline', ); }); } diff --git a/__tests__/components/__snapshots__/PlaybackControls.test.js.snap b/__tests__/components/__snapshots__/PlaybackControls.test.js.snap index 3cf45a02..24b74ae7 100644 --- a/__tests__/components/__snapshots__/PlaybackControls.test.js.snap +++ b/__tests__/components/__snapshots__/PlaybackControls.test.js.snap @@ -167,7 +167,7 @@ exports[` should render correctly 1`] = ` { className={`control${smartQueue ? ' control--active' : ''} tooltip`} onClick={toggleSmartQueue} > - +