Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Jun 12, 2024
1 parent ce2315d commit a7177e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions static/usage/v7/icon/basic/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import angular_example_component_ts from './angular/example_component_ts.md';
'index.ts': javascript_index_ts,
},
dependencies: {
'ionicons': '7.4.0',
ionicons: '7.4.0',
},
},
react,
Expand All @@ -30,9 +30,9 @@ import angular_example_component_ts from './angular/example_component_ts.md';
'src/app/example.component.ts': angular_example_component_ts,
},
dependencies: {
'ionicons': '7.4.0',
ionicons: '7.4.0',
},
}
},
}}
src="usage/v7/icon/basic/demo.html"
/>
6 changes: 3 additions & 3 deletions static/usage/v8/icon/basic/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import angular_example_component_ts from './angular/example_component_ts.md';
'index.ts': javascript_index_ts,
},
dependencies: {
'ionicons': '7.4.0',
ionicons: '7.4.0',
},
},
react,
Expand All @@ -30,9 +30,9 @@ import angular_example_component_ts from './angular/example_component_ts.md';
'src/app/example.component.ts': angular_example_component_ts,
},
dependencies: {
'ionicons': '7.4.0',
ionicons: '7.4.0',
},
}
},
}}
src="usage/v8/icon/basic/demo.html"
/>

0 comments on commit a7177e7

Please sign in to comment.