Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
rinaok committed Oct 6, 2021
1 parent 3647546 commit 23a7ace
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ async function run() {
['Installation', 'Usage Examples', 'Contribution', 'Volta To Vivid Migration'],
'Design System',
['Introduction'],
'Usage Examples',
'Core',
['Context', 'Fonts', 'Typography'],
'Components',
Expand Down
2 changes: 1 addition & 1 deletion docs/stories/usage-examples/login.stories.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { html } from 'lit-element';

export default {
title: 'Usage Examples/Log In',
title: 'Getting Started/Usage Examples/Log In',
};

export const LogIn = () => html`
Expand Down

0 comments on commit 23a7ace

Please sign in to comment.