Skip to content

Commit

Permalink
info: update email
Browse files Browse the repository at this point in the history
  • Loading branch information
nmrenyi committed Dec 6, 2023
1 parent 1538622 commit 71bd7ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Contact/EmailLink.js
Original file line number Diff line number Diff line change
@@ -82,9 +82,9 @@ const EmailLink = ({ loopMessage }) => {
onMouseEnter={() => setIsActive(false)}
onMouseLeave={() => (idx < messages.length) && setIsActive(true)}
>
<a href={validateText(message) ? `mailto:${message}@mldangelo.com` : ''}>
<a href={validateText(message) ? 'mailto:renyi1006@gmail.com' : ''}>
<span>{message}</span>
<span>@mldangelo.com</span>
<span>@gmail.com</span>
</a>
</div>
);

0 comments on commit 71bd7ea

Please sign in to comment.