Skip to content

Commit

Permalink
[refs #5] Update Main nav with about Link
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvanc committed Jun 24, 2019
1 parent 0e392b6 commit 99ee606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Layout/header/Header.js
Expand Up @@ -214,10 +214,10 @@ const Header = (props) => {
<nav>
<SiteNav>
<li className="logo"><Link to="/"><img src={logo} alt="Logo of danielvanc.com" height="40" width="40" title="Go to homepage" /></Link></li>
<li><Link to="/about" getProps={isPartiallyActive}{...props} title="More information about Daniel">About</Link></li>
{/* <li><Link to="/" getProps={isCurrent}{...props}>Home</Link></li> */}
<li><Link to="/now" getProps={isPartiallyActive}{...props} title="Find out what I'm focusing on now">Now</Link></li>
<li><Link to="/notes" getProps={isPartiallyActive}{...props} title="Find out what I've written lately">Notes</Link></li>
<li><Link to="/uses" getProps={isPartiallyActive}{...props} title="Check out the gear I use on a daily basis">Uses</Link></li>
<li><Link to="/now" getProps={isPartiallyActive}{...props} title="Find out what I'm focusing on now">Now</Link></li>
</SiteNav>
</nav>
</MainHeader>
Expand Down
Empty file added src/pages/about.js
Empty file.

0 comments on commit 99ee606

Please sign in to comment.