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 a448880 commit f72e79fCopy full SHA for f72e79f
src/layouts/index.js
@@ -30,13 +30,18 @@ export default ({ children }) => (
30
<Helmet>
31
<title>{site.siteMetadata.title}</title>
32
<link rel="me" href="https://mastodon.social/@testingrequired" />
33
- <meta name="viewport" content="width=device-width" />
+ <meta
34
+ name="viewport"
35
+ content="width=device-width, initial-scale=1.0"
36
+ />
37
</Helmet>
38
39
<Header fullscreen={location.pathname === '/'}>
40
<h1>
41
<Link to="/">
- <span style={{ whiteSpace: "nowrap" }}><Icon /> {site.siteMetadata.title}</span>
42
+ <span style={{ whiteSpace: 'nowrap' }}>
43
+ <Icon /> {site.siteMetadata.title}
44
+ </span>
45
</Link>
46
</h1>
47
0 commit comments