Skip to content

Commit

Permalink
Menu items alphabetical order (#647)
Browse files Browse the repository at this point in the history
Inputs & controls was out of order
  • Loading branch information
MohawkMan authored and KaelWD committed Oct 25, 2018
1 parent 382984a commit b6bf879
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data/layout/app-drawer-items.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ export default [
{ name: 'windows', title: 'Windows' }
]
},
{ name: 'hover', title: 'Hover' },
{ name: 'icons', title: 'Icons' },
{ name: 'images', 'title': 'Images' },
{
title: 'Inputs & controls',
group: '(autocompletes|combobox|forms|inputs|overflow-btns|selects|selection|text-fields|sliders|textarea)',
Expand All @@ -120,9 +123,6 @@ export default [
{ name: 'text-fields', title: 'Text fields' }
]
},
{ name: 'hover', title: 'Hover' },
{ name: 'icons', title: 'Icons' },
{ name: 'images', 'title': 'Images' },
{ name: 'jumbotrons', title: 'Jumbotrons', badge: 'deprecated', color: 'black' },
{ name: 'lists', title: 'Lists' },
{ name: 'menus', title: 'Menus' },
Expand Down

0 comments on commit b6bf879

Please sign in to comment.