Merge branch 'master' of https://gitlab.chiefsoft.net/MyFit/www-myfit into home_blog_link

This commit was merged in pull request #56.
This commit is contained in:
DESKTOP-QHP1O2H\MIKE
2023-01-23 13:10:34 -05: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>`;