removed react-document-title in favor of using react-helmet for consistency and bug fix
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user