Skip to content

Commit 479301a

Browse files
committed
Remove uncomplete example
1 parent fa98d68 commit 479301a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/content/docs/components/toolbar-button.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ import ToggleableExample from "@components/examples/toolbar-button/ToggleableExa
1313
<Imports />
1414
<PageSwitcher />
1515
<ExperimentalComponent />
16+
<IconsInfo />
1617

1718
## Basic example
1819

19-
<IconsInfo />
20-
2120
In icon-only mode, a label for screen readers can be defined using the `label` attribute.
2221

2322
<Demo>
@@ -78,8 +77,3 @@ In icon-only mode, a label for screen readers can be defined using the `label` a
7877
```
7978
</Fragment>
8079
</Demo>
81-
82-
<vscode-toolbar-button><b>B</b></vscode-toolbar-button>
83-
<vscode-toolbar-button><em>I</em></vscode-toolbar-button>
84-
<vscode-toolbar-button><ins>U</ins></vscode-toolbar-button>
85-
<vscode-toolbar-button><del>S</del></vscode-toolbar-button>

0 commit comments

Comments
 (0)