diff --git a/src/components/device/DevicePreview.vue b/src/components/device/DevicePreview.vue index daa6580..1aa9589 100644 --- a/src/components/device/DevicePreview.vue +++ b/src/components/device/DevicePreview.vue @@ -100,7 +100,7 @@ const nextOfflineText = () => { } else { setTimeout(() => { offlineText.value = '' - }, 2000) + }, 3500) } }