Skip to content

Commit

Permalink
⚰️ refactor: removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
bytevictor committed Mar 28, 2024
1 parent dbb59e9 commit 666e10d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions app/Components/TasksApp/SoundButtonTest.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion app/Components/TasksApp/TaskList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function Task({
const playSoundUncheck = () => {
console.log("Playing sound");

const audio = new Audio("./sounds/CompletedTaskInverted.mpeg");
const audio = new Audio("./sounds/CompletedTaskBassInverted.mpeg");
audio.play();
};

Expand Down

0 comments on commit 666e10d

Please sign in to comment.