Skip to content

Commit

Permalink
Update Contact.js
Browse files Browse the repository at this point in the history
Update email.
  • Loading branch information
apisit committed Jul 25, 2024
1 parent b8e1223 commit 7857aa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/Contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Contact() {
Interested in joining the Neo X ecosystem? Reach out to Neo to discuss potential partnerships, media opportunities, grants, events, and sponsorships.
</p>
<div className="mt-10">
<a href="mailto:eg@neo.org" className="font-semibold bg-white rounded-full px-5 py-2 text-black">Contact Us</a>
<a href="mailto:neox@neo.org" className="font-semibold bg-white rounded-full px-5 py-2 text-black">Contact Us</a>
</div>
</div>

Expand All @@ -18,4 +18,4 @@ export default function Contact() {

</div>
)
}
}

0 comments on commit 7857aa0

Please sign in to comment.