diff --git a/src/components/game/Help.jsx b/src/components/game/Help.jsx
index 60a5d83..2bceb3f 100644
--- a/src/components/game/Help.jsx
+++ b/src/components/game/Help.jsx
@@ -3,8 +3,7 @@ import helpIcon from "../../assets/img/icons/help-icon.svg";
export default function Help() {
return (
-

- Aide
+
);
}
diff --git a/src/components/game/SoundControl.jsx b/src/components/game/SoundControl.jsx
index 409b427..e7fdbc0 100644
--- a/src/components/game/SoundControl.jsx
+++ b/src/components/game/SoundControl.jsx
@@ -26,7 +26,6 @@ export default function SoundControl() {