Fixed the latest story on the home page #56
@@ -94,7 +94,7 @@ const Main = ({ brdcum }) => {
|
||||
// Checking for errors
|
||||
if (contact?.data?.status < 1 || contact?.data?.message_id == "")
|
||||
return (errText.textContent =
|
||||
"unable to send your message, please try able");
|
||||
"unable to send your message, please try again");
|
||||
else {
|
||||
response.innerHTML = `<p> SEND MESSAGE </p>`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user