feat: update modal title, show immediately
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 42s

This commit is contained in:
Naomi Carrigan 2025-02-16 17:08:25 -08:00
parent d6a20059d7
commit 9ef8d63126
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -329,7 +329,7 @@ cta.style.width = "95%";
cta.style.maxWidth = "400px"; cta.style.maxWidth = "400px";
cta.id = "community-cta"; cta.id = "community-cta";
cta.innerHTML = ` cta.innerHTML = `
<h1 autofocus>Before You Go!</h1> <h1 autofocus>Hello~!</h1>
<div style="display: flex; justify-content: space-around; margin-bottom: 10px;"> <div style="display: flex; justify-content: space-around; margin-bottom: 10px;">
<img src="https://cdn.nhcarrigan.com/profile.png" alt="Naomi Carrigan" style="width: 100px; height: 100px; border-radius: 50%;"> <img src="https://cdn.nhcarrigan.com/profile.png" alt="Naomi Carrigan" style="width: 100px; height: 100px; border-radius: 50%;">
<p> <p>
@ -370,4 +370,4 @@ const showModal = (): void => {
body?.appendChild(cta); body?.appendChild(cta);
body?.appendChild(modalBg); body?.appendChild(modalBg);
setTimeout(showModal, 1000 * 30); showModal();