From f3a3931c516a8a4cdf1c99a0ddbb0e4014fed212 Mon Sep 17 00:00:00 2001 From: Fernando Videira Date: Thu, 20 Jun 2024 02:51:35 +0100 Subject: [PATCH] Email Service Fix --- src/Components/Pages/Contact/ContactForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Pages/Contact/ContactForm.tsx b/src/Components/Pages/Contact/ContactForm.tsx index 71bd850..08033d3 100644 --- a/src/Components/Pages/Contact/ContactForm.tsx +++ b/src/Components/Pages/Contact/ContactForm.tsx @@ -34,7 +34,7 @@ const ContactForm = () => { } emailjs - .sendForm("service_42i3ig6", "template_f30zlog", e.currentTarget, { + .sendForm("service_o7kxotj", "template_f30zlog", e.currentTarget, { publicKey: "vcSOwPedqkRH3nmr9", }) .then(