File tree Expand file tree Collapse file tree
src/components/col-typography Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ type StoryArgs = {
3232const SampleText = 'Lorem ipsum dolor sit amet' ;
3333
3434const 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
You can’t perform that action at this time.
0 commit comments