Update Contact.tsx

This commit is contained in:
Jeff Emmett 2024-08-11 20:28:52 -04:00 committed by GitHub
parent d34e586215
commit fc602ff943
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -13,6 +13,5 @@ export function Contact() {
<p>Email: <a href="mailto:jeffemmett@gmail.com">jeffemmett@gmail.com</a></p>
<p>GitHub: <a href="https://github.com/Jeff-Emmett">Jeff-Emmett</a></p>
</main>
);
}