diff --git a/src/index.ts b/src/index.ts index c6fd20c..2ec3448 100644 --- a/src/index.ts +++ b/src/index.ts @@ -329,7 +329,7 @@ cta.style.width = "95%"; cta.style.maxWidth = "400px"; cta.id = "community-cta"; cta.innerHTML = ` -
@@ -370,4 +370,4 @@ const showModal = (): void => { body?.appendChild(cta); body?.appendChild(modalBg); -setTimeout(showModal, 1000 * 30); +showModal();