Change animation to 15 s

This commit is contained in:
Matthieu Morin 2023-02-16 19:24:51 +01:00 committed by GitHub
parent 263929b5ac
commit 1bde804ac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
setTimeout(() => { setTimeout(() => {
fitstTime = false fitstTime = false
localStorage.setItem('ErantFirstTime', "false"); localStorage.setItem('ErantFirstTime', "false");
}, 29000) }, 15000)
} }
}) })