This commit is contained in:
Tben
2022-05-17 08:10:22 +01:00
parent 1eac3702bd
commit 23c56971c2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ const GeneralHeader = () => {
<a href="/">Home</a>
<a href="/about">About Me</a>
<a href="/work">My Work</a>
<a href='/documents/Benjamin_Toby_CV-min.pdf' target="_blank">My Resume</a>
<a href='/documents/Benjamin_Toby_CV-updated.pdf' target="_blank">My Resume</a>
<a href="/contact">Contact Me</a>
</nav>
</header>