refactoring

trying to eliminate constant double-updates
This commit is contained in:
2022-05-10 18:21:51 -04:00
parent c5031f0cbb
commit e67c0c28ea
6 changed files with 65 additions and 68 deletions

View File

@@ -19,7 +19,7 @@ function App() {
<a href="/"><h1>Andrew Simonson</h1></a>
<Nav id='navbar'>
<Link to='/'>Home</Link>
<a href='resume.pdf' target='_blank'>Resume</a>
<a href='https://github.com/asimonson1125/Resume/raw/main/Resume.pdf' target='_blank'>Resume</a>
<Link to='/projects'>Projects</Link>
<Link to='/about'>About</Link>
</Nav>