Skip to content

Commit

Permalink
updated resume
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivranjanmars committed Jan 13, 2024
1 parent 074840e commit 8514f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const Home = () => {
audioRef.current.loop = true;

const [currentStage, setCurrentStage] = useState(1);
const [isRotating, setIsRotating] = useState(true);
const [isPlayingMusic, setIsPlayingMusic] = useState(true);
const [isRotating, setIsRotating] = useState(false);
const [isPlayingMusic, setIsPlayingMusic] = useState(false);

useEffect(() => {
if (isPlayingMusic) {
Expand Down

0 comments on commit 8514f25

Please sign in to comment.