mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-02-17 01:12:20 +00:00
Change sound icon
This commit is contained in:
parent
ba086d33db
commit
b672baa9b5
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ var SoundPanel = React.createClass({
|
|||
return (
|
||||
<li>
|
||||
<a href="#" onClick={this.unMute}>
|
||||
Unmute Sound <i className="fa fa-volume-up fa-fw"></i>
|
||||
Unmute <i className="fa fa-volume-up fa-fw"></i>
|
||||
</a>
|
||||
</li>
|
||||
);
|
||||
|
@ -68,7 +68,7 @@ var SoundPanel = React.createClass({
|
|||
return (
|
||||
<li>
|
||||
<a href="#" onClick={this.mute}>
|
||||
Mute Sound <i className="fa fa-volume-off fa-fw"></i>
|
||||
Mute <i className="fa fa-volume-off fa-fw"></i>
|
||||
</a>
|
||||
</li>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue