Skip to content

Commit be4c8ca

Browse files
author
Dennis Labordus
authored
feat(editors/ied): Changed icon of IED Editor (openscd#481)
1 parent 0253adc commit be4c8ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/js/plugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const officialPlugins = [
99
{
1010
name: 'IED',
1111
src: '/src/editors/IED.js',
12-
icon: 'edit',
12+
icon: 'developer_board',
1313
default: false,
1414
kind: 'editor',
1515
},

test/integration/__snapshots__/open-scd.test.snap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ snapshots["open-scd looks like its snapshot"] =
585585
value="/src/editors/IED.js"
586586
>
587587
<mwc-icon slot="meta">
588-
edit
588+
developer_board
589589
</mwc-icon>
590590
IED
591591
</mwc-check-list-item>

0 commit comments

Comments
 (0)