Skip to content

Commit

Permalink
Update nav.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicBch authored Nov 16, 2023
1 parent d7e940f commit c88ae16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ const Nav = ({ isHome }) => {
);

const ResumeLink = (
<a className="resume-button" href="5" target="_blank" rel="noopener noreferrer">
Resume
<a className="resume-button" href="https://loicbch.github.io/blog/" target="_blank" rel="noopener noreferrer">
Blog
</a>
);

Expand Down

0 comments on commit c88ae16

Please sign in to comment.