Skip to content

Commit

Permalink
Updates for toast notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
ASquare04 authored Aug 18, 2024
1 parent ab7e878 commit 9d5832a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Contactpage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function Contactpage() {
(result) => {
console.log(result.text);
setIsSubmitted(true);
toast.success('Form submitted successfully!');
toast.success('Message Sent!');
},
(error) => {
console.log(error.text);
Expand Down

0 comments on commit 9d5832a

Please sign in to comment.