From f942e6cf6b628fc597cfa9ee4c028555d11edb29 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Fri, 22 Mar 2024 22:02:59 -0400 Subject: [PATCH] Decrease fishie particles --- 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 5442a2c8..75c7f11d 100644 --- a/src/components/utils/Lightbar.tsx +++ b/src/components/utils/Lightbar.tsx @@ -202,7 +202,7 @@ function ParticlesCanvas() { sizeRange: [48, 56] as [number, number], }, ]; - imageParticleCount = particleCount * 0.085; + imageParticleCount = particleCount * 0.075; } // Weed easter egg