diff --git a/frontend/src/components/ui/particles.tsx b/frontend/src/components/ui/particles.tsx index e2aa1ee..8aa7064 100644 --- a/frontend/src/components/ui/particles.tsx +++ b/frontend/src/components/ui/particles.tsx @@ -64,7 +64,7 @@ const Particles: React.FC = ({ ease = 50, size = 0.4, refresh = false, - color = `hsl(${Math.random() * 360}, 100%, 70%)`; + color = `hsl(${Math.random() * 360}, 100%, 70%)`, vx = 0, vy = 0, }) => {