Skip to content

Commit

Permalink
chore: Remove unused particleCount prop in Hero component
Browse files Browse the repository at this point in the history
  • Loading branch information
suvanbanerjee committed Aug 1, 2024
1 parent e5820e1 commit 3356d28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export default function Hero() {
<Release />
<Confetti
ref={confettiRef}
particleCount={100}
className="absolute left-0 top-0 z-0 w-full h-full"
onLoad={() => {
confettiRef.current?.fire({});
Expand Down

0 comments on commit 3356d28

Please sign in to comment.