diff --git a/components/Header/Confetti.js b/components/Header/Confetti.js index 740d999..fc43ed3 100644 --- a/components/Header/Confetti.js +++ b/components/Header/Confetti.js @@ -106,14 +106,15 @@ function SquiggleParticle(props: Props) { }); return ( - - - +
+ + + +
); }