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() {
|
export default function Help() {
|
||||||
return (
|
return (
|
||||||
<div className='help'>
|
<div className='help'>
|
||||||
<img className="help__icon" src={helpIcon} alt='' />
|
<img className='help__icon' src={helpIcon} alt='' />
|
||||||
Aide
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,6 @@ export default function SoundControl() {
|
||||||
<div className='sound-control-pannel'>
|
<div className='sound-control-pannel'>
|
||||||
<button className='sound-control-pannel__audio-toggle'>
|
<button className='sound-control-pannel__audio-toggle'>
|
||||||
<img className='sound-control-pannel__icon' src={soundControlIcon} alt='' />
|
<img className='sound-control-pannel__icon' src={soundControlIcon} alt='' />
|
||||||
Audio
|
|
||||||
</button>
|
</button>
|
||||||
<button hidden={isPlaying} onClick={playSound}>
|
<button hidden={isPlaying} onClick={playSound}>
|
||||||
Play Sound
|
Play Sound
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user