Skip to content

Commit

Permalink
🍱 fix: replaced default sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
bytevictor committed Mar 30, 2024
1 parent 8123a82 commit 1b92216
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/_lib/contexts/ConfigContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export interface TasksConfig {
}

const initialConfig: TasksConfig = {
checkAudio: "./sounds/[Original] completedTaskSound.mp3",
uncheckAudio: "./sounds/CompletedTaskBassInverted.mpeg",
deleteAudio: "./sounds/delete.mp3",
checkAudio: "./sounds/defaultCheck.mp3",
uncheckAudio: "./sounds/defaultCheck.mp3",
deleteAudio: "./sounds/defaultDelete.mp3",
showCompletedTasks: true,
};

Expand Down
Binary file added public/sounds/defaultCheck.mp3
Binary file not shown.
File renamed without changes.

0 comments on commit 1b92216

Please sign in to comment.