We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0253adc commit be4c8caCopy full SHA for be4c8ca
public/js/plugins.js
@@ -9,7 +9,7 @@ export const officialPlugins = [
9
{
10
name: 'IED',
11
src: '/src/editors/IED.js',
12
- icon: 'edit',
+ icon: 'developer_board',
13
default: false,
14
kind: 'editor',
15
},
test/integration/__snapshots__/open-scd.test.snap.js
@@ -585,7 +585,7 @@ snapshots["open-scd looks like its snapshot"] =
585
value="/src/editors/IED.js"
586
>
587
<mwc-icon slot="meta">
588
- edit
+ developer_board
589
</mwc-icon>
590
IED
591
</mwc-check-list-item>
0 commit comments