fix: correct contact mail
All checks were successful
Deploy React portfolio / deploy (push) Successful in 30s
All checks were successful
Deploy React portfolio / deploy (push) Successful in 30s
This commit is contained in:
@@ -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')}
|
||||
|
||||
Reference in New Issue
Block a user