From ab71b2402428fc923bd57717dfffa2da567981d2 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Wed, 28 Feb 2024 21:26:53 -0500 Subject: [PATCH] Reduce leaves in za easter egg #2 --- 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 bcee26e1..9ca9009b 100644 --- a/src/components/utils/Lightbar.tsx +++ b/src/components/utils/Lightbar.tsx @@ -194,7 +194,7 @@ function ParticlesCanvas() { sizeRange: [28, 31] as [number, number], }, ]; - imageParticleCount = particleCount / 6; + imageParticleCount = particleCount / 6.35; } // Kitty easter egg