Skip to content

Commit

Permalink
fix: correct contact information
Browse files Browse the repository at this point in the history
  • Loading branch information
xuvi7 committed Dec 22, 2024
1 parent c87b384 commit 69801ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/contact/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function Contact() {
</div>
<div className="flex items-center space-x-3 pt-8 pb-8">
<FaEnvelope className="text-white" />
<a href="mailto:pshulman@gmail.com"><span>pshulman@gmail.com</span></a>
<a href="mailto:pemshulman@gmail.com"><span>pemshulman@gmail.com</span></a>
</div>
<div className="flex items-center space-x-3">
<FaMapMarkerAlt className="text-white" />
Expand Down

0 comments on commit 69801ae

Please sign in to comment.