Skip to content

Commit

Permalink
🐛 fix: bad Audio extension
Browse files Browse the repository at this point in the history
  • Loading branch information
bytevictor committed Mar 31, 2024
1 parent d99fcf0 commit 5620c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_lib/contexts/ConfigContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface TasksConfig {
const initialConfig: TasksConfig = {
checkAudio: "./sounds/defaultCheck.mp3",
uncheckAudio: "./sounds/defaultCheck.mp3",
deleteAudio: "./sounds/defaultDelete.mp3",
deleteAudio: "./sounds/defaultDelete.mpeg",
showCompletedTasks: true,
};

Expand Down

0 comments on commit 5620c5a

Please sign in to comment.