Change Page Title
This commit is contained in:
parent
d259c45b50
commit
cccb7f13b5
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ export default Map({
|
||||||
},
|
},
|
||||||
'HOME': {
|
'HOME': {
|
||||||
id: 'home',
|
id: 'home',
|
||||||
component: Home
|
component: Home,
|
||||||
|
title: 'All Projects'
|
||||||
},
|
},
|
||||||
'PROJECT_DETAILS': {
|
'PROJECT_DETAILS': {
|
||||||
id: 'project_details',
|
id: 'project_details',
|
||||||
|
|
Reference in a new issue