Skip to content

Commit

Permalink
Update sort order of style guide pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Sep 28, 2023
1 parent 956a6b0 commit 02f05d6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ export const parameters = {
},
options: {
storySort: {
order: ['Welcome', 'Style Guide', 'USWDS', 'Extras', 'Data Viz'],
order: [
'Welcome',
'Style Guide',
['Colors', 'Typography', 'Icons'],
'USWDS',
'Extras',
'Data Viz',
],
},
},
};

0 comments on commit 02f05d6

Please sign in to comment.