From 3e2cfc27ff8d81c17744186be0077fc17a65de3b Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Thu, 21 Dec 2017 03:56:00 +0900 Subject: [PATCH] No need for chromeframe tag (#328) Remove the unneeded chromeframe tag, it has long since been retired by Google and was only ever needed for very old IE (would render the page in Chrome within IE). REF: http://www.chromium.org/developers/how-tos/chrome-frame-getting-started --- lib/core/Head.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/Head.js b/lib/core/Head.js index 5a281d941d..be65e59e70 100644 --- a/lib/core/Head.js +++ b/lib/core/Head.js @@ -27,7 +27,7 @@ class Head extends React.Component { return ( - + {this.props.title}