Skip to content

Commit 93d196a

Browse files
castastropherubencarvalho
authored andcommitted
chore: apply code review suggestions
1 parent 03ce499 commit 93d196a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

second-gen/packages/swc/components/progress-circle/stories/progress-circle.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ argTypes['static-color'] = {
5656
* Can be used in both determinate (with specific progress value) and indeterminate (loading) states.
5757
*/
5858
const meta: Meta = {
59-
title: 'Progress Circle',
59+
title: 'Progress circle',
6060
component: 'swc-progress-circle',
6161
args,
6262
argTypes,

second-gen/packages/swc/components/status-light/stories/status-light.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import '@swc/components/status-light';
1515

1616
export default {
1717
component: 'swc-status-light',
18-
title: 'StatusLight',
18+
title: 'Status light',
1919
};
2020

2121
export const s = (): TemplateResult => html`

0 commit comments

Comments
 (0)