Skip to content

Commit

Permalink
rename list and logos stories
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Oct 11, 2023
1 parent e7d6e09 commit 963e6bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/__design__/list.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ export const UnorderedLists: StoryObj = {
),
};

export default { title: 'Design System/Lists' } as MetaObj;
export default { title: 'Design System' } as MetaObj;
2 changes: 1 addition & 1 deletion components/__design__/node-logos.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ export const JSSymbols: StoryObj = {
),
};

export default { title: 'Design System/Node.js Logos' } as MetaObj;
export default { title: 'Design System' } as MetaObj;

0 comments on commit 963e6bb

Please sign in to comment.