Skip to content

Commit

Permalink
Update the email service
Browse files Browse the repository at this point in the history
  • Loading branch information
DevMarkson authored Sep 17, 2024
1 parent c2c6713 commit 8f583b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ const Navbar = () => {
setIsSending(true);

// Replace these with your EmailJS service, template, and user IDs
const serviceID = "service_w6v8837";
const templateID = "template_tvxgas8";
const serviceID = "service_7wx0mpp";
const templateID = "template_fmd0xbb";
const userID = "vh2yeZ68MgfifADF7";

const templateParams = {
Expand Down

0 comments on commit 8f583b3

Please sign in to comment.