removing text label
This commit is contained in:
parent
e735ebf377
commit
21f71d8e37
|
|
@ -3,8 +3,7 @@ import helpIcon from "../../assets/img/icons/help-icon.svg";
|
|||
export default function Help() {
|
||||
return (
|
||||
<div className='help'>
|
||||
<img className="help__icon" src={helpIcon} alt='' />
|
||||
Aide
|
||||
<img className='help__icon' src={helpIcon} alt='' />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ export default function SoundControl() {
|
|||
<div className='sound-control-pannel'>
|
||||
<button className='sound-control-pannel__audio-toggle'>
|
||||
<img className='sound-control-pannel__icon' src={soundControlIcon} alt='' />
|
||||
Audio
|
||||
</button>
|
||||
<button hidden={isPlaying} onClick={playSound}>
|
||||
Play Sound
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user