aboutsummaryrefslogtreecommitdiff
path: root/src/components/Contact.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Contact.jsx')
-rw-r--r--src/components/Contact.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Contact.jsx b/src/components/Contact.jsx
index 4012f18..a3a8ebe 100644
--- a/src/components/Contact.jsx
+++ b/src/components/Contact.jsx
@@ -70,6 +70,7 @@ export const Contact = () => {
error: true,
message: "Failed to send message. Please try again.",
});
+ console.error("EmailJS Error:", error);
}
};