This commit is contained in:
Realmy 2024-11-12 09:54:23 +01:00
commit 744d6ebe7e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
onMount(() => {
finisheds.forEach((_, i) => {
const duration = 750 + i * 50 - 8;
const duration = 750 + i * 50 - 32;
setTimeout(() => {
finisheds[i] = true;
console.log(`finished ${i}`);