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 2 commits
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
5 changes: 4 additions & 1 deletion components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ export default props => {
<div className="header__container">
<nav>
<div className="nav__logo">
<img src="/static/favicons/android-chrome-192x192.png" alt="" />
<Link href="/">
<img src="/static/favicons/android-chrome-192x192.png" alt="" />
</Link>
</div>
<input id="menu" type="checkbox" />
<label htmlFor="menu" className="mobile__menu">
Expand Down Expand Up @@ -139,6 +141,7 @@ export default props => {
width: 50px;
height: 50px;
margin-right: 5px;
cursor: pointer;
}
.nav__links {
margin: 0;
Expand Down