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.

Commit 4b522a6

Browse files
committed
Logo now redirects to home page - #78
1 parent fad3fbf commit 4b522a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/header.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ export default props => {
7373
<div className="header__container">
7474
<nav>
7575
<div className="nav__logo">
76-
<img src="/static/favicons/android-chrome-192x192.png" alt="" />
76+
<a href="/">
77+
<img src="/static/favicons/android-chrome-192x192.png" alt="" />
78+
</a>
7779
</div>
7880
<input id="menu" type="checkbox" />
7981
<label htmlFor="menu" className="mobile__menu">

0 commit comments

Comments
 (0)