Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Logo now redirects to home page - #78 #80

Merged
merged 6 commits into from
Nov 6, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Using NextJS link
  • Loading branch information
hur committed Nov 6, 2017
commit 09732eb2c111c57f9d5d6cb7a473c89ee5e6d91b
5 changes: 3 additions & 2 deletions components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ export default props => {
<div className="header__container">
<nav>
<div className="nav__logo">
<a href="/">
<Link href="/">
<img src="/static/favicons/android-chrome-192x192.png" alt="" />
</a>
</Link>
</div>
<input id="menu" type="checkbox" />
<label htmlFor="menu" className="mobile__menu">
Expand Down Expand Up @@ -141,6 +141,7 @@ export default props => {
width: 50px;
height: 50px;
margin-right: 5px;
cursor: pointer;
}
.nav__links {
margin: 0;
Expand Down