fix: correct contact mail
All checks were successful
Deploy React portfolio / deploy (push) Successful in 30s

This commit is contained in:
Louis
2025-10-29 01:48:02 +01:00
parent 80653c8812
commit dca29f8292

View File

@@ -12,7 +12,7 @@ const Contact = () => {
</p>
<div className="flex flex-col md:flex-row gap-4 justify-center items-center">
<a
href="mailto:louis.emard@example.com"
href="mailto:emard.louis@icloud.com"
className="px-8 py-3 bg-accent text-white rounded-lg hover:bg-accent/90 transition-all hover:shadow-lg w-full md:w-auto"
>
📧 {t('contact.email')}