Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
style: prop order
  • Loading branch information
brandyscarney committed Jul 18, 2024
commit a0a59250b60a4e3d61ed682c30e10792fb9b7179
2 changes: 1 addition & 1 deletion static/usage/v7/icon/basic/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import angular_example_component_ts from './angular/example_component_ts.md';

<Playground
version="7"
size="xsmall"
code={{
javascript: {
files: {
Expand All @@ -34,5 +33,6 @@ import angular_example_component_ts from './angular/example_component_ts.md';
},
},
}}
size="xsmall"
src="usage/v7/icon/basic/demo.html"
/>
2 changes: 1 addition & 1 deletion static/usage/v8/icon/basic/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import angular_example_component_ts from './angular/example_component_ts.md';

<Playground
version="8"
size="xsmall"
code={{
javascript: {
files: {
Expand All @@ -34,5 +33,6 @@ import angular_example_component_ts from './angular/example_component_ts.md';
},
},
}}
size="xsmall"
src="usage/v8/icon/basic/demo.html"
/>