Skip to content

Commit

Permalink
fix: README story names
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Aug 18, 2021
1 parent f4198aa commit 0d8ae70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/form-field-textbox/readme.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Meta, Description } from "@storybook/addon-docs";
import document from "./README.md";

<Meta title="CSS Component/Form field description/README" />
<Meta title="CSS Component/Form field textbox/README" />

<Description>{document}</Description>
2 changes: 1 addition & 1 deletion components/textbox/readme.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Meta, Description } from "@storybook/addon-docs";
import document from "./README.md";

<Meta title="CSS Component/Textarea/README" />
<Meta title="CSS Component/Textbox/README" />

<Description>{document}</Description>

0 comments on commit 0d8ae70

Please sign in to comment.