From d9ded30a8679ec22ef38b83d40b7040ca8dbf2e9 Mon Sep 17 00:00:00 2001 From: sudo-flix <161381289+sudo-flix@users.noreply.github.com> Date: Fri, 15 Mar 2024 00:37:35 -0400 Subject: [PATCH] Update star 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 5c654a92..5442a2c8 100644 --- a/src/components/utils/Lightbar.tsx +++ b/src/components/utils/Lightbar.tsx @@ -364,7 +364,7 @@ function ParticlesCanvas() { } // Star easter egg - const shouldShowStars = Math.random() < 0.9; // 20% + const shouldShowStars = Math.random() < 0.15; // 15% if (shouldShowStars) { imageOverride = [ {