mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +01:00
fix dev chance oops :(
This commit is contained in:
parent
507fa97d77
commit
f8b3b68570
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue