Skip to content

Commit

Permalink
Updated logo to come from relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Mellado committed Jul 10, 2017
1 parent 39e6316 commit b99b5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion out/src/containers/Layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Layout extends Component {
<div id="header" className="layout__header">
<div className="page-wrapper">
<h1 className="logo">
<img src="/static/img/logo.svg" width="36" height="36" />
<img src="./static/img/logo.svg" width="36" height="36" />
<Link to="/">Tiny React SPA</Link>
</h1>
<nav id="menu">
Expand Down

0 comments on commit b99b5d8

Please sign in to comment.