Browse Source

feat: add cv link

pull/86/head
garritfra 4 years ago
parent
commit
33ed4f5711
  1. 1
      src/components/NavBar/Navbar.js

1
src/components/NavBar/Navbar.js

@ -21,6 +21,7 @@ const NavItem = ({ title, link }) => {
export default () => {
return (
<div className="nav-container">
<NavItem title="Resume" link="https://garritfra.github.io/cv"></NavItem>
<NavItem title="Blog" link="https://garritfra.github.io/blog"></NavItem>
<NavItem title="GitHub" link="https://github.com/garritfra" />

Loading…
Cancel
Save