Skip to content

Commit

Permalink
fix: confetti explode during 2sec
Browse files Browse the repository at this point in the history
  • Loading branch information
Romaixn committed Aug 4, 2023
1 parent 1011df0 commit 7703a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Experience.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Experience = () => {
setIsExploding(true)
setTimeout(() => {
setIsExploding(false)
}, 3000)
}, 2000)
}
}
)
Expand Down

1 comment on commit 7703a89

@vercel
Copy link

@vercel vercel bot commented on 7703a89 Aug 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.