Skip to content
Snippets Groups Projects
Commit bee27ee4 authored by esikkala's avatar esikkala
Browse files

Hide feedback route

parent 8a10ed71
No related branches found
No related tags found
No related merge requests found
...@@ -574,13 +574,13 @@ const SemanticPortal = props => { ...@@ -574,13 +574,13 @@ const SemanticPortal = props => {
</Grid>} </Grid>}
/> />
{/* create routes for info buttons */} {/* create routes for info buttons */}
<Route {/* <Route
path={`${rootUrlWithLang}/feedback`} path={`${rootUrlWithLang}/feedback`}
render={() => render={() =>
<div className={classNames(classes.mainContainer, classes.textPageContainer)}> <div className={classNames(classes.mainContainer, classes.textPageContainer)}>
<TextPage>{intl.getHTML('feedback')}</TextPage> <TextPage>{intl.getHTML('feedback')}</TextPage>
</div>} </div>}
/> /> */}
<Route <Route
path={`${rootUrlWithLang}/about`} path={`${rootUrlWithLang}/about`}
render={() => render={() =>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment