From 5f629d767afa443d94688a48e3b628d0050c9183 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 12 Mar 2025 15:12:20 +0100 Subject: [PATCH] Update particles.tsx --- frontend/src/components/ui/particles.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }) => {