Skip to content

Commit ca17b88

Browse files
committed
update contact
1 parent 65d1a3c commit ca17b88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Contact.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ const Contact = () => {
3737
import.meta.env.VITE_APP_EMAILJS_TEMPLATE_ID,
3838
{
3939
from_name: form.name,
40-
to_name: "JavaScript Mastery",
40+
to_name: "Ayush Sharma",
4141
from_email: form.email,
42-
to_email: "sujata@jsmastery.pro",
42+
to_email: "ayushsharma3310@gmail.com",
4343
message: form.message,
4444
},
4545
import.meta.env.VITE_APP_EMAILJS_PUBLIC_KEY

0 commit comments

Comments
 (0)