From 917f4e7e7c414cb89305e0c0ee58a29a8e372ea3 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Wed, 28 Feb 2024 21:30:21 -0500 Subject: [PATCH] Reduce cat amount --- src/components/utils/Lightbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)!