Skip to content

Commit 6b2aafb

Browse files
committed
Update CiteDrive.astro
1 parent 5f8cc21 commit 6b2aafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CiteDrive.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const t = useTranslations(lang)
3232
if (modal) {
3333
modal.classList.remove('hidden')
3434
}
35-
}, 5000)
35+
}, 2000)
3636

3737
function closeModal() {
3838
document.getElementById('modal-overlay')?.classList.add('hidden')

0 commit comments

Comments
 (0)