From 5bc3f3becf11196c51248907a115a152441e5403 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Wed, 28 Feb 2024 21:22:51 -0500 Subject: [PATCH] Reduce leaves in za easter egg --- 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 d8c69584..bcee26e1 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 / 5.8; + imageParticleCount = particleCount / 6; } // Kitty easter egg