From f947370efbd50885068971a7f5d37f13b6c45efc Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Wed, 28 Aug 2019 21:13:33 +0200 Subject: [PATCH] change title of the web page --- client/src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/App.js b/client/src/App.js index a773083..bdf78d1 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -8,6 +8,7 @@ import { mainMenuItems } from './constants/menuItems'; class App extends Component { render() { + document.title='Sima Space CRM'; return (