Skip to content

Commit 4837c01

Browse files
committed
chore: apply code review suggestions
1 parent 0e75738 commit 4837c01

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
@@ -17,7 +17,7 @@ import type { Meta, StoryObj } from '@storybook/web-components';
1717
import '@swc/components/progress-circle';
1818

1919
const meta: Meta = {
20-
title: 'Progress Circle',
20+
title: 'Progress circle',
2121
component: 'swc-progress-circle',
2222
argTypes: {
2323
indeterminate: {

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)