We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8cc21 commit 6b2aafbCopy full SHA for 6b2aafb
src/components/CiteDrive.astro
@@ -32,7 +32,7 @@ const t = useTranslations(lang)
32
if (modal) {
33
modal.classList.remove('hidden')
34
}
35
- }, 5000)
+ }, 2000)
36
37
function closeModal() {
38
document.getElementById('modal-overlay')?.classList.add('hidden')
0 commit comments