revert: "fix: ensure 'night' is set before hydration"

This reverts commit 18bee1bd59.
This commit is contained in:
Mrugesh Mohapatra
2019-08-31 00:12:24 +05:30
committed by mrugesh
parent 31947c5009
commit b40e069724

View File

@@ -4,12 +4,7 @@ import PropTypes from 'prop-types';
export default class HTML extends React.Component {
render() {
return (
<html
className='night'
id='__fcc-html'
{...this.props.htmlAttributes}
lang='en'
>
<html id='__fcc-html' {...this.props.htmlAttributes} lang='en'>
<head>
<meta charSet='utf-8' />
<meta content='ie=edge' httpEquiv='x-ua-compatible' />