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