diff --git a/front/public/alert.mp3 b/front/public/alert.mp3 new file mode 100644 index 0000000..cc7c0ae Binary files /dev/null and b/front/public/alert.mp3 differ diff --git a/front/src/App.tsx b/front/src/App.tsx index b26c1d5..10af17c 100644 --- a/front/src/App.tsx +++ b/front/src/App.tsx @@ -15,6 +15,8 @@ export default function App() { level: level }) .then(() => { + const audio = new Audio("/alert.mp3") + audio.play() setText("") }) .catch((error) => {