Add more splashes

This commit is contained in:
Maciej Jur 2023-07-26 18:30:41 +02:00
parent 063c15bc33
commit 53286de61a
No known key found for this signature in database
GPG key ID: ADA3BF323198C639

View file

@ -42,6 +42,9 @@ const subtitles = [
":: (Thought a) => a -> String",
"Catch me if you can!",
"In the eye of the beholder",
"Another syncthing relay",
"Now runs on NixOS!",
"Arch Linux is easy",
];
const chance = Math.round(1 / (subtitles.length + 1) * 10000) / 100;