swapped mentions with global in menu, issue #23
This commit is contained in:
parent
057492ecd3
commit
a005a2b0e7
1 changed files with 1 additions and 1 deletions
|
@ -27,8 +27,8 @@ export class MyApp {
|
||||||
// used for an example of ngFor and navigation
|
// used for an example of ngFor and navigation
|
||||||
this.pages = [
|
this.pages = [
|
||||||
{ title: 'Timeline', component: StreamPage, params: {stream: 'personal'} },
|
{ title: 'Timeline', component: StreamPage, params: {stream: 'personal'} },
|
||||||
{ title: 'Global', component: StreamPage, params: {stream: 'global'} },
|
|
||||||
{ title: 'Mentions', component: StreamPage, params: {stream: 'mentions'} },
|
{ title: 'Mentions', component: StreamPage, params: {stream: 'mentions'} },
|
||||||
|
{ title: 'Global', component: StreamPage, params: {stream: 'global'} },
|
||||||
{ title: 'Bookmarks', component: StreamPage, params: {stream: 'bookmarks'} },
|
{ title: 'Bookmarks', component: StreamPage, params: {stream: 'bookmarks'} },
|
||||||
{ title: 'Logout', component: {}, params: {}},
|
{ title: 'Logout', component: {}, params: {}},
|
||||||
];
|
];
|
||||||
|
|
Reference in a new issue