Remove vestige className
This commit is contained in:
parent
d8740e1109
commit
066a0cea86
1 changed files with 1 additions and 1 deletions
2
html.js
2
html.js
|
|
@ -35,7 +35,7 @@ module.exports = React.createClass({
|
||||||
<GoogleFont typography={typography} />
|
<GoogleFont typography={typography} />
|
||||||
{css}
|
{css}
|
||||||
</head>
|
</head>
|
||||||
<body className="landing-page">
|
<body>
|
||||||
<div id="react-mount" dangerouslySetInnerHTML={{ __html: body }} />
|
<div id="react-mount" dangerouslySetInnerHTML={{ __html: body }} />
|
||||||
<script src={prefixLink(`/bundle.js?t=${BUILD_TIME}`)} />
|
<script src={prefixLink(`/bundle.js?t=${BUILD_TIME}`)} />
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue