mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 05:12:23 +00: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
|
// Dev easter egg
|
||||||
const shouldShowCode = Math.random() < 0.9; // 25%
|
const shouldShowCode = Math.random() < 0.05; // 5%
|
||||||
if (shouldShowCode) {
|
if (shouldShowCode) {
|
||||||
imageOverride = [
|
imageOverride = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue