@setoelkahfi / svara / commits / d2e9ad8

chore: increased notification toast duration

mellbacon committed May 28, 2024 at 11:35 UTC d2e9ad85077ee2cb3120f9fb6ad79fa042df2654
1 file changed +1 -1
src/lib/Notifications/NotificationToast.svelte
+1 -1
@@ -15,7 +15,7 @@
15 let timer = setTimeout(() => {
16 notification.remove();
17 clearTimeout(timer);
18 - }, 1500)
18 + }, 10000)
19 return () => {
20 clearTimeout(timer)
21 }