From f8b3b685701bf5a26ce6b040c6ee45e593a6165e Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Fri, 1 Mar 2024 16:57:11 -0500 Subject: [PATCH] fix dev chance oops :( --- 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 f7f33f97..c59923d5 100644 --- a/src/components/utils/Lightbar.tsx +++ b/src/components/utils/Lightbar.tsx @@ -268,7 +268,7 @@ function ParticlesCanvas() { } // Dev easter egg - const shouldShowCode = Math.random() < 0.9; // 25% + const shouldShowCode = Math.random() < 0.05; // 5% if (shouldShowCode) { imageOverride = [ {