Merge pull request #52 from Erant-s-r-o/deploy/prod-2

Change animation to 15 s
This commit is contained in:
Matthieu Morin 2023-02-16 19:25:44 +01:00 committed by GitHub
commit 4067ec2fa9
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(() => {
fitstTime = false
localStorage.setItem('ErantFirstTime', "false");
}, 29000)
}, 15000)
}
})