Skip to content

Commit 5f582c7

Browse files
committed
Fixing card time
1 parent f1c7c38 commit 5f582c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/script.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ function write_card(view: DataView) {
426426
setTimeout(() => {
427427
card.style.opacity = "0"
428428
setTimeout(() => card.style.display = "none", 500)
429-
}, 5_000)
429+
}, 7_000)
430430
}
431431

432432
interface LivetableLine {

0 commit comments

Comments
 (0)