From 4a06a112339891365581b642559f09f879d3de9d Mon Sep 17 00:00:00 2001 From: Chris Blanchard Date: Thu, 17 Sep 2015 12:40:11 +0100 Subject: [PATCH] Make muting clearer --- lib/react/sound.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/react/sound.jsx b/lib/react/sound.jsx index f311603..ecca064 100644 --- a/lib/react/sound.jsx +++ b/lib/react/sound.jsx @@ -60,7 +60,7 @@ var SoundPanel = React.createClass({ return (
  • - Unmute  + Muted 
  • ); @@ -68,7 +68,7 @@ var SoundPanel = React.createClass({ return (
  • - Mute  + Unmuted 
  • );