diff options
author | sotech117 <michael_foiani@brown.edu> | 2025-08-28 01:28:41 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2025-08-28 01:28:41 -0400 |
commit | 7c6527ba546be93238c3d0756f709daed7a96cc3 (patch) | |
tree | 4fbe19c3ddce9d3918737e2bd5a8355788813419 /src/components/Contact.jsx | |
parent | d429adc9fa92f8ca75cb9195ecc9d42bad5987e8 (diff) |
small fixes and metadata
Diffstat (limited to 'src/components/Contact.jsx')
-rw-r--r-- | src/components/Contact.jsx | 1 |
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); } }; |