This commit is contained in:
Renan LE CARO 2025-04-08 21:54:19 +02:00
parent f2bf1e3f9f
commit 83b9c0dec5
14 changed files with 322 additions and 499 deletions

View file

@ -74,9 +74,9 @@ export async function asyncAlert<t>({
}
if (title) {
const h2 = document.createElement("h2");
h2.innerHTML = title;
popup.appendChild(h2);
const h1 = document.createElement("h1");
h1.innerHTML = title;
popup.appendChild(h1);
}
content