From 4759a88cd921edab7dbed589c3482e00914f664d Mon Sep 17 00:00:00 2001 From: ploc Date: Sat, 7 Feb 2026 23:01:32 +0100 Subject: [PATCH] Update email --- src/components/sections/Contact.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/Contact.jsx b/src/components/sections/Contact.jsx index 44a623c..22456b0 100644 --- a/src/components/sections/Contact.jsx +++ b/src/components/sections/Contact.jsx @@ -24,7 +24,7 @@ function Contact() { { "icon": , "name": "Mail", - "link": "mailto:alexis.pen@hotmail.com", + "link": "mailto:alexis@pencrane.fr", }, ] @@ -47,4 +47,4 @@ function Contact() { ) } -export default Contact; \ No newline at end of file +export default Contact;