Skip to content

Commit

Permalink
chore: update success message in contact form
Browse files Browse the repository at this point in the history
  • Loading branch information
12Gustavo21 committed Jan 13, 2024
1 parent e972da7 commit 80b07e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/pages/contact/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function Index() {
(response) => {
send.classList.add("success");
console.log("SUCCESS!", response.status, response.text);
alert("Email enviado com sucesso!");
alert("Your spooky message has been sent");
setName("");
setEmail("");
setMessage("");
Expand Down

0 comments on commit 80b07e9

Please sign in to comment.