Skip to content

Commit

Permalink
fix(editor): Use project diagram icon for worker view (#7764)
Browse files Browse the repository at this point in the history
Swap monster truck for project diagram icon
  • Loading branch information
flipswitchingmonkey committed Nov 21, 2023
1 parent 4f30764 commit ff0b651
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/components/SettingsSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default defineComponent({
},
{
id: 'settings-workersview',
icon: 'truck-monster',
icon: 'project-diagram',
label: this.$locale.baseText('mainSidebar.workersView'),
position: 'top',
available:
Expand Down
2 changes: 0 additions & 2 deletions packages/editor-ui/src/plugins/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ import {
faTerminal,
faThLarge,
faThumbtack,
faTruckMonster,
faTimes,
faTimesCircle,
faToolbox,
Expand Down Expand Up @@ -316,7 +315,6 @@ export const FontAwesomePlugin: Plugin<{}> = {
addIcon(faGem);
addIcon(faXmark);
addIcon(faDownload);
addIcon(faTruckMonster);

app.component('font-awesome-icon', FontAwesomeIcon);
},
Expand Down

0 comments on commit ff0b651

Please sign in to comment.