mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 14:05:54 +00:00
Update particles.tsx
This commit is contained in:
@@ -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,
|
||||||
}) => {
|
}) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user