Skip to content

Commit

Permalink
Update Header.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha4041 authored Aug 23, 2024
1 parent e7d01f4 commit d78550f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ function Header() {
<li>
<a href="#donation">Donate</a>
</li>
{viewResume && (
)}
{viewResume && (
<li>
<a href="#resume">Resume</a>
</li>
Expand Down

0 comments on commit d78550f

Please sign in to comment.