1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2025-01-01 16:37:39 +01:00

fix dev chance oops :(

This commit is contained in:
Cooper Ransom 2024-03-01 16:57:11 -05:00
parent 507fa97d77
commit f8b3b68570

View file

@ -268,7 +268,7 @@ function ParticlesCanvas() {
} }
// Dev easter egg // Dev easter egg
const shouldShowCode = Math.random() < 0.9; // 25% const shouldShowCode = Math.random() < 0.05; // 5%
if (shouldShowCode) { if (shouldShowCode) {
imageOverride = [ imageOverride = [
{ {