We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e715ec3 commit 2135e33Copy full SHA for 2135e33
frontend/src/components/hooks/useApi.ts
@@ -173,7 +173,7 @@ export const useApi = () => {
173
});
174
setIsDoneProcessing(true);
175
setIsSuccessDialogOpen(true);
176
- const audio = new Audio('https://www.myinstants.com/media/sounds/ghe-chua-ghe-chua.mp3');
+ const audio = new Audio('https://www.myinstants.com/media/sounds/ding-sound-effect_1_CVUaI0C.mp3');
177
audio.play();
178
} catch (error) {
179
console.error("An error occurred during processing:", error);
0 commit comments