Skip to content

Commit

Permalink
refactor(sidebar): change menu items order
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaSkywalker committed Apr 5, 2016
1 parent 0a072e6 commit 333be7f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/pages/charts/charts.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
title: 'Charts',
sidebarMeta: {
icon: 'ion-stats-bars',
order: 400,
order: 150,
},
});
}
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/components/components.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
title: 'Components',
sidebarMeta: {
icon: 'ion-gear-a',
order: 150,
order: 100,
},
});
}
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/form/form.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
title: 'Form Elements',
sidebarMeta: {
icon: 'ion-compose',
order: 200,
order: 250,
},
})
.state('form.inputs', {
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/ui/ui.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
title: 'UI Features',
sidebarMeta: {
icon: 'ion-android-laptop',
order: 100,
order: 200,
},
});
}
Expand Down

0 comments on commit 333be7f

Please sign in to comment.