removed react-document-title in favor of using react-helmet for consistency and bug fix

This commit is contained in:
David Sun
2019-02-19 16:10:35 -05:00
parent 2259b7dfcf
commit 169b8807f7
20 changed files with 32 additions and 17 deletions

View File

@@ -133,7 +133,6 @@ render(
<Route path={WebsitePaths.Portal} component={LazyPortal} />
<Route path={WebsitePaths.FAQ} component={FAQ as any} />
<Route path={WebsitePaths.Wiki} component={Wiki as any} />
<Route
path={`${WebsitePaths.ZeroExJs}/:version?`}
component={LazyZeroExJSDocumentation}