change title of the web page

This commit is contained in:
Bilal Catic
2019-08-28 21:13:33 +02:00
parent 6f1645a479
commit f947370efb

View File

@@ -8,6 +8,7 @@ import { mainMenuItems } from './constants/menuItems';
class App extends Component {
render() {
document.title='Sima Space CRM';
return (
<Router>
<Switch>