From 9ef8d631267105c30bccf76aaec0eb621c78dda5 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Sun, 16 Feb 2025 17:08:25 -0800 Subject: [PATCH] feat: update modal title, show immediately --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = ` -

Before You Go!

+

Hello~!

Naomi Carrigan

@@ -370,4 +370,4 @@ const showModal = (): void => { body?.appendChild(cta); body?.appendChild(modalBg); -setTimeout(showModal, 1000 * 30); +showModal();