Skip to content

Commit 5620c5a

Browse files
committed
🐛 fix: bad Audio extension
1 parent d99fcf0 commit 5620c5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/_lib/contexts/ConfigContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export interface TasksConfig {
1515
const initialConfig: TasksConfig = {
1616
checkAudio: "./sounds/defaultCheck.mp3",
1717
uncheckAudio: "./sounds/defaultCheck.mp3",
18-
deleteAudio: "./sounds/defaultDelete.mp3",
18+
deleteAudio: "./sounds/defaultDelete.mpeg",
1919
showCompletedTasks: true,
2020
};
2121

0 commit comments

Comments
 (0)