Skip to content

Commit

Permalink
chore: changed targe to blank for link CV
Browse files Browse the repository at this point in the history
  • Loading branch information
untalsanders committed Mar 26, 2024
2 parents 29636a9 + 744a100 commit a2c7ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/about.page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export const AboutPage = () => (
<Link to="../portfolio" className="link-button" >
Got a project?
</Link>
<a href="https://untalsanders.github.io/resume" className="link-button link-button-inverse" >
Download CV
<a href="https://untalsanders.github.io/resume" target='_blank' className="link-button link-button-inverse" >
View CV
</a>
</div>
</section>
Expand Down

0 comments on commit a2c7ad2

Please sign in to comment.