We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605705c commit f041ac1Copy full SHA for f041ac1
src/pages/Contact.jsx
@@ -2,7 +2,7 @@ export default function Contact() {
2
return (
3
<section>
4
<h2>Contact</h2>
5
- <p>Email: [email protected]</p>
+ <p>Email: [email protected]</p>
6
<p>GitHub: <a href="https://github.com/Paebak" target="_blank" rel="noreferrer">Paebak</a></p>
7
</section>
8
);
0 commit comments