Skip to content

Commit b096ca9

Browse files
committed
EOA-6141: rename titles and texts category
1 parent cd2f2fb commit b096ca9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.storybook/preview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ const preview: Preview = {
209209
'Layouts',
210210
'Navigation',
211211
'Overlays',
212-
'Title & Text',
212+
'Titles & Texts',
213213
'Data Visualization',
214214
'Helpers',
215215
'Patterns',

src/components/col-typography/col-typography.stories.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type StoryArgs = {
3232
const SampleText = 'Lorem ipsum dolor sit amet';
3333

3434
const meta = {
35-
title: 'Title & Text/Typography',
35+
title: 'Titles & Texts/Typography',
3636
component: 'col-typography',
3737
parameters: {
3838
docs: {
@@ -269,8 +269,8 @@ const renderTypography: Story['render'] = args => html`
269269
>
270270
${args.text}
271271
${args.iconVisible
272-
? html` <col-icon slot="icon" name=${args.iconName} size=${args.iconSize}></col-icon>`
273-
: nothing}
272+
? html` <col-icon slot="icon" name=${args.iconName} size=${args.iconSize}></col-icon>`
273+
: nothing}
274274
</col-typography>
275275
`;
276276

0 commit comments

Comments
 (0)