diff --git a/public/react/src/modules/ShCommunity/CommunityHome.js b/public/react/src/modules/ShCommunity/CommunityHome.js index 666b7b42..d1f51fad 100644 --- a/public/react/src/modules/ShCommunity/CommunityHome.js +++ b/public/react/src/modules/ShCommunity/CommunityHome.js @@ -27,7 +27,7 @@ class CommunityHome extends Component { } } componentWillMount(){ - window.document.title = 'Educoder'; + window.document.title = 'EduCoder'; } componentWillReceiveProps(nextProps){