Skip to content

Commit

Permalink
ALERT UPDATE FOR NODEMAILER RESPONSE
Browse files Browse the repository at this point in the history
  • Loading branch information
realpxd committed Jan 5, 2024
1 parent 77dc5a9 commit a50d29a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const Footer = () => {

const data = await res.json();
console.log(data);
alert('Message Sent Successfully');
}

return (
Expand Down

0 comments on commit a50d29a

Please sign in to comment.