Skip to content

Commit e4d45a7

Browse files
committed
sounds updated
1 parent 916c5b9 commit e4d45a7

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
-50.6 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
export function playErrorSound() {
2-
const errorSound = new Audio(require('@/assets/sounds/error-sound.mp3'));
2+
const errorSound = new Audio(require('@/assets/sounds/error-sound.wav'));
33
errorSound.play();
44
}
55

66
export function playSuccessSound(){
7-
const successSound = new Audio(require('@/assets/sounds/success-sound.mp3'));
7+
const successSound = new Audio(require('@/assets/sounds/success-sound.wav'));
88
successSound.play();
99
}

0 commit comments

Comments
 (0)