Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove vestige className
Browse files Browse the repository at this point in the history
KyleAMathews committed Dec 7, 2016
1 parent d8740e1 commit 066a0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html.js
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 066a0ce

Please sign in to comment.