fix(docs): reduce welcome screen delay and add localStorage check
This commit is contained in:
@@ -25,7 +25,7 @@ const runLoop = () => {
|
||||
timers.push(
|
||||
setTimeout(() => {
|
||||
phase.value = 'fade'
|
||||
}, 6200)
|
||||
}, 5800)
|
||||
)
|
||||
timers.push(
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user