UPD: Slower offline text

This commit is contained in:
Robert Kossessa
2024-02-05 13:29:02 +01:00
parent e34c9972d3
commit 5a166defea

View File

@@ -100,7 +100,7 @@ const nextOfflineText = () => {
} else { } else {
setTimeout(() => { setTimeout(() => {
offlineText.value = '' offlineText.value = ''
}, 2000) }, 3500)
} }
} }