diff --git a/src/components/utils/Lightbar.tsx b/src/components/utils/Lightbar.tsx index 9ca9009b..e93c0631 100644 --- a/src/components/utils/Lightbar.tsx +++ b/src/components/utils/Lightbar.tsx @@ -206,7 +206,7 @@ function ParticlesCanvas() { sizeRange: [28, 34] as [number, number], }, ]; - imageParticleCount = particleCount / 4.5; + imageParticleCount = particleCount / 5; } // HOIST THE SAIL (of particles)!