Skip to content

Commit

Permalink
fix: component status "UNSTABLE" has been renamed to "WORK IN PROGRESS"
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Jul 7, 2021
1 parent 6650743 commit 34f54bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/heading/bem.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const Template = ({ level, content, distanced }) =>
transformSource: (_src, { args }) => Template(args),
},
status: {
type: "UNSTABLE",
type: "WORK IN PROGRESS",
},
notes: {
UX: README,
Expand Down
2 changes: 1 addition & 1 deletion components/paragraph/bem.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const TemplateMulti = ({ content }) =>
transformSource: (_src, { args }) => Template(args),
},
status: {
type: "UNSTABLE",
type: "WORK IN PROGRESS",
},
notes: {
UX: README,
Expand Down

0 comments on commit 34f54bd

Please sign in to comment.