Skip to content

Commit

Permalink
Added Bg Music
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavya Khatri committed Sep 19, 2024
1 parent 13e0d1d commit 3b36aa5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added frontend/public/BgMusic.mp3
Binary file not shown.
Binary file removed frontend/public/PokeArcadiaBg.mp3
Binary file not shown.
2 changes: 1 addition & 1 deletion frontend/src/components/Audio/AudioPlayer.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useState, useRef } from "react";
import playIcon from "../../../public/playAudio.png"; // Adjust the path as needed
import muteIcon from "../../../public/muteAudio.png"; // Adjust the path as needed
import audioFile from "../../../public/PokeArcadiaBg.mp3"; // Adjust the path as needed
import audioFile from "../../../public/BgMusic.mp3"; // Adjust the path as needed

const AudioControl = () => {
const [isPlaying, setIsPlaying] = useState(false);
Expand Down

0 comments on commit 3b36aa5

Please sign in to comment.