Skip to content

Commit

Permalink
docs(demos): update v8 playgrounds to use correct version (#3722)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Jun 28, 2024
1 parent 4695ff7 commit 028594f
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion static/usage/v6/datetime/highlightedDates/array/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import angular_example_component_ts from './angular/example_component_ts.md';

<Playground
size="medium"
version={6}
version="6"
code={{
javascript,
react,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import angular_example_component_ts from './angular/example_component_ts.md';

<Playground
size="medium"
version={6}
version="6"
code={{
javascript,
react,
Expand Down
2 changes: 1 addition & 1 deletion static/usage/v6/icon/basic/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ import react from './react.md';
import vue from './vue.md';
import angular from './angular.md';

<Playground version={6} size="xsmall" code={{ javascript, react, vue, angular }} src="usage/v6/icon/basic/demo.html" />
<Playground version="6" size="xsmall" code={{ javascript, react, vue, angular }} src="usage/v6/icon/basic/demo.html" />
2 changes: 1 addition & 1 deletion static/usage/v6/tabs/router/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import react_library_page_tsx from './react/library_page_tsx.md';
import react_search_page_tsx from './react/search_page_tsx.md';

<Playground
version={6}
version="6"
code={{
javascript,
angular: {
Expand Down
2 changes: 1 addition & 1 deletion static/usage/v7/datetime/highlightedDates/array/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import angular_example_component_ts from './angular/example_component_ts.md';

<Playground
size="medium"
version={7}
version="7"
code={{
javascript,
react,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import angular_example_component_ts from './angular/example_component_ts.md';

<Playground
size="medium"
version={7}
version="7"
code={{
javascript,
react,
Expand Down
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 @@ -5,4 +5,4 @@ import react from './react.md';
import vue from './vue.md';
import angular from './angular.md';

<Playground version={7} size="xsmall" code={{ javascript, react, vue, angular }} src="usage/v7/icon/basic/demo.html" />
<Playground version="7" size="xsmall" code={{ javascript, react, vue, angular }} src="usage/v7/icon/basic/demo.html" />
2 changes: 1 addition & 1 deletion static/usage/v7/tabs/router/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import react_library_page_tsx from './react/library_page_tsx.md';
import react_search_page_tsx from './react/search_page_tsx.md';

<Playground
version={7}
version="7"
code={{
javascript,
angular: {
Expand Down
2 changes: 1 addition & 1 deletion static/usage/v8/datetime/highlightedDates/array/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import angular_example_component_ts from './angular/example_component_ts.md';

<Playground
size="medium"
version={7}
version="8"
code={{
javascript,
react,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import angular_example_component_ts from './angular/example_component_ts.md';

<Playground
size="medium"
version={7}
version="8"
code={{
javascript,
react,
Expand Down
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 @@ -5,4 +5,4 @@ import react from './react.md';
import vue from './vue.md';
import angular from './angular.md';

<Playground version={7} size="xsmall" code={{ javascript, react, vue, angular }} src="usage/v8/icon/basic/demo.html" />
<Playground version="8" size="xsmall" code={{ javascript, react, vue, angular }} src="usage/v8/icon/basic/demo.html" />
2 changes: 1 addition & 1 deletion static/usage/v8/tabs/router/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import react_library_page_tsx from './react/library_page_tsx.md';
import react_search_page_tsx from './react/search_page_tsx.md';

<Playground
version={7}
version="8"
code={{
javascript,
angular: {
Expand Down

0 comments on commit 028594f

Please sign in to comment.