favicon and logo
All checks were successful
Lint / Lint (push) Successful in 1m44s

This commit is contained in:
2025-03-04 18:57:43 +01:00
parent b1952edb84
commit bd9b22c8e3
12 changed files with 28 additions and 2 deletions

View File

@ -26,7 +26,7 @@ async function listmonk(data: listmonkData): Promise<string> {
try {
const response = await fetch(`${listmonkUrl}subscribers`, options);
if (!response.ok) {
return "Error. Please try again soon.";
return "Error. Please try again";
}
return "Thanks for signing up! Please check your email for a confirmation.";
} catch (error) {