diff --git a/src/components/PlayerMobile.js b/src/components/PlayerMobile.js index b81a56b9..fe0a3289 100644 --- a/src/components/PlayerMobile.js +++ b/src/components/PlayerMobile.js @@ -30,6 +30,7 @@ const PlayerMobile = ({ locale, toggleMode, renderAudioTitle, + actionButtonIcon, }) => (
- {playing ? icon.pause : icon.play} + {actionButtonIcon} )} )}