Skip to content

Commit

Permalink
Updated repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
DwainAnderson committed May 30, 2024
1 parent a37c852 commit 186362a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function Footer() {
<h2 className="footer-h2">Contact Information</h2>
<p className="footer-text">You can reach out to me at <a href="mailto:dka36@cornell.edu">dka36@cornell.edu</a></p>
<p className="footer-text">This website was made with React, Vite, TypeScript, HTML, and CSS.</p>
<a className ="footer-repo"href="https://github.com/Dwain-Anderson/dwain.github.io" target="_blank" rel="noopener noreferrer">Link to this website's repo</a>
<a className ="footer-repo"href="https://github.com/Dwain-Anderson/Dwain-Anderson.github.io" target="_blank" rel="noopener noreferrer">Link to this website's repo</a>
</footer>
);
}
Expand Down

0 comments on commit 186362a

Please sign in to comment.