Skip to content

Commit f041ac1

Browse files
authored
Update email address in Contact component
1 parent 605705c commit f041ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Contact.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export default function Contact() {
22
return (
33
<section>
44
<h2>Contact</h2>
5-
<p>Email: [email protected]</p>
5+
<p>Email: [email protected]</p>
66
<p>GitHub: <a href="https://github.com/Paebak" target="_blank" rel="noreferrer">Paebak</a></p>
77
</section>
88
);

0 commit comments

Comments
 (0)