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} />
|
||||
{css}
|
||||
</head>
|
||||
<body className="landing-page">
|
||||
<body>
|
||||
<div id="react-mount" dangerouslySetInnerHTML={{ __html: body }} />
|
||||
<script src={prefixLink(`/bundle.js?t=${BUILD_TIME}`)} />
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue