swapped mentions with global in menu, issue #23

This commit is contained in:
Morgan McMillian 2017-06-25 06:47:38 -07:00
parent 057492ecd3
commit a005a2b0e7

View file

@ -27,8 +27,8 @@ export class MyApp {
// used for an example of ngFor and navigation
this.pages = [
{ title: 'Timeline', component: StreamPage, params: {stream: 'personal'} },
{ title: 'Global', component: StreamPage, params: {stream: 'global'} },
{ title: 'Mentions', component: StreamPage, params: {stream: 'mentions'} },
{ title: 'Global', component: StreamPage, params: {stream: 'global'} },
{ title: 'Bookmarks', component: StreamPage, params: {stream: 'bookmarks'} },
{ title: 'Logout', component: {}, params: {}},
];