Skip to content

Commit 2135e33

Browse files
committed
change ui sound
1 parent e715ec3 commit 2135e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/hooks/useApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export const useApi = () => {
173173
});
174174
setIsDoneProcessing(true);
175175
setIsSuccessDialogOpen(true);
176-
const audio = new Audio('https://www.myinstants.com/media/sounds/ghe-chua-ghe-chua.mp3');
176+
const audio = new Audio('https://www.myinstants.com/media/sounds/ding-sound-effect_1_CVUaI0C.mp3');
177177
audio.play();
178178
} catch (error) {
179179
console.error("An error occurred during processing:", error);

0 commit comments

Comments
 (0)