Skip to content

Commit

Permalink
Update email
Browse files Browse the repository at this point in the history
  • Loading branch information
MastanSayyad committed Jun 14, 2024
1 parent 6bb5cad commit b551fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/FeedbackForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function FeedbackPage() {
const body = encodeURIComponent(
`Name: ${name}\nEmail: ${email}\nRating: ${rating}\nFeedback: ${feedback}`
);
window.location.href = `mailto:startconnect@hub.com?subject=${subject}&body=${body}`;
window.location.href = `mailto:maheshwaribasu4@gmail.com?subject=${subject}&body=${body}`;
};

return (
Expand Down

0 comments on commit b551fa4

Please sign in to comment.