Fixed the latest story on the home page #56

Merged
tokslaw merged 2 commits from home_blog_link into master 2023-01-24 08:10:06 +00:00
+1 -1
View File
@@ -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>`;