UPDATE: Added text for email failed to send

This commit is contained in:
white
2025-03-03 11:35:17 +00:00
parent 1225b6ada1
commit 968cdc4068

View File

@@ -31,6 +31,7 @@ const Footer = () => {
} catch (error) { } catch (error) {
console.error("Error subscribing:", error); console.error("Error subscribing:", error);
alert("Could not submit, already in newsletter");
} }
} }
}; };