Remove vestige className

This commit is contained in:
Kyle Mathews 2016-12-06 21:24:13 -08:00
parent d8740e1109
commit 066a0cea86

View file

@ -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>