We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d1a3c commit ca17b88Copy full SHA for ca17b88
1 file changed
src/components/Contact.jsx
@@ -37,9 +37,9 @@ const Contact = () => {
37
import.meta.env.VITE_APP_EMAILJS_TEMPLATE_ID,
38
{
39
from_name: form.name,
40
- to_name: "JavaScript Mastery",
+ to_name: "Ayush Sharma",
41
from_email: form.email,
42
- to_email: "sujata@jsmastery.pro",
+ to_email: "ayushsharma3310@gmail.com",
43
message: form.message,
44
},
45
import.meta.env.VITE_APP_EMAILJS_PUBLIC_KEY
0 commit comments