Skip to content

Commit

Permalink
feat(editors/ied): Changed icon of IED Editor (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Labordus authored Jan 13, 2022
1 parent 0253adc commit be4c8ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/js/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const officialPlugins = [
{
name: 'IED',
src: '/src/editors/IED.js',
icon: 'edit',
icon: 'developer_board',
default: false,
kind: 'editor',
},
Expand Down
2 changes: 1 addition & 1 deletion test/integration/__snapshots__/open-scd.test.snap.js
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ snapshots["open-scd looks like its snapshot"] =
value="/src/editors/IED.js"
>
<mwc-icon slot="meta">
edit
developer_board
</mwc-icon>
IED
</mwc-check-list-item>
Expand Down

0 comments on commit be4c8ca

Please sign in to comment.