diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 9b6e578..ff7de7e 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -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: {}}, ];