We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72e79f commit 3cfd919Copy full SHA for 3cfd919
src/layouts/index.js
@@ -39,7 +39,7 @@ export default ({ children }) => (
39
<Header fullscreen={location.pathname === '/'}>
40
<h1>
41
<Link to="/">
42
- <span style={{ whiteSpace: 'nowrap' }}>
+ <span>
43
<Icon /> {site.siteMetadata.title}
44
</span>
45
</Link>
0 commit comments