Skip to content

Commit

Permalink
decreased confetti
Browse files Browse the repository at this point in the history
  • Loading branch information
mojeanmac committed Apr 25, 2024
1 parent f1c9107 commit b580c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/events/CheckInModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const CheckInModal = ({ open, event, onClose }: CheckInModalProps) => {
<Modal open={open} onClose={onClose}>
<Confetti
key={`${refreshConfetti}`}
numberOfPieces={1000}
numberOfPieces={250}
initialVelocityY={-10}
tweenDuration={15000}
recycle={false}
Expand Down

0 comments on commit b580c63

Please sign in to comment.