Update particles.tsx

This commit is contained in:
CanbiZ 2025-03-12 15:12:20 +01:00
parent 94741dcce0
commit 5f629d767a

View File

@ -64,7 +64,7 @@ const Particles: React.FC<ParticlesProps> = ({
ease = 50, ease = 50,
size = 0.4, size = 0.4,
refresh = false, refresh = false,
color = `hsl(${Math.random() * 360}, 100%, 70%)`; color = `hsl(${Math.random() * 360}, 100%, 70%)`,
vx = 0, vx = 0,
vy = 0, vy = 0,
}) => { }) => {