Skip to content

Commit

Permalink
Merge pull request #20 from srini047/contact-email
Browse files Browse the repository at this point in the history
Fix: grammar issues
  • Loading branch information
srini047 authored Apr 24, 2023
2 parents 051c73d + 0a699c2 commit e533496
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ const Form = () => {

emailjs
.sendForm(
"service_p37k27",
"template_p37k27",
"service_p37k27", // Service ID
"template_p37k27", // Template ID
form.current,
"4x5-6c2l5jd105FhJ"
"4x5-6c2l5jd105FhJ" // User ID
)
.then(
() => {
alert("Thanks for reaching out!! Will get back to you shortly!");
alert("Thanks for reaching out!! I'll get back to you shortly!");
},
(error) => {
alert(`Oops, ${error}. Please try again.`);
Expand Down

1 comment on commit e533496

@vercel
Copy link

@vercel vercel bot commented on e533496 Apr 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.