diff --git a/client/src/app/App.js b/client/src/app/App.js index da4777d0..4faa9121 100644 --- a/client/src/app/App.js +++ b/client/src/app/App.js @@ -108,7 +108,7 @@ class App extends React.Component { } if(props.config.installedDone && props.config.installed && _.includes(props.location.pathname, '/install')) { - history.push('/'); + history.push('/admin'); } if(isProd && _.includes(props.location.pathname, '/components-demo')) { diff --git a/client/src/app/main/main-layout-footer.js b/client/src/app/main/main-layout-footer.js index 8c9e6edd..a6b4560b 100644 --- a/client/src/app/main/main-layout-footer.js +++ b/client/src/app/main/main-layout-footer.js @@ -1,16 +1,42 @@ import React from 'react'; +import {connect} from 'react-redux'; +import classNames from 'classnames'; class MainLayoutFooter extends React.Component { render() { return ( -