Skip to content

Commit

Permalink
Change in navbar resume link
Browse files Browse the repository at this point in the history
add .pdf to resume link end
  • Loading branch information
Rubanza Silver committed May 23, 2024
1 parent 7211c1a commit 65a42f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navBar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Navbar = ({toggle}) => {
</NavItem>

<NavItem>
<NavLinks to="https://d3q0oijmiduzg2.cloudfront.net/rubanzasilver/Silver_Rubanza_Data_Scientist" target='_blank'>My Resume</NavLinks>
<NavLinks to="https://d3q0oijmiduzg2.cloudfront.net/rubanzasilver/Silver_Rubanza_Data_Scientist.pdf" target='_blank'>My Resume</NavLinks>
</NavItem>


Expand Down

0 comments on commit 65a42f2

Please sign in to comment.