Update particles.tsx
This commit is contained in:
parent
94741dcce0
commit
5f629d767a
@ -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,
|
||||||
}) => {
|
}) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user