fix(editor): Use project diagram icon for worker view (#7764)

Swap monster truck for project diagram icon
This commit is contained in:
Michael Auerswald
2023-11-21 15:18:14 +01:00
committed by GitHub
parent 4f307646f3
commit ff0b6511f7
2 changed files with 1 additions and 3 deletions

View File

@@ -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:

View File

@@ -130,7 +130,6 @@ import {
faTerminal,
faThLarge,
faThumbtack,
faTruckMonster,
faTimes,
faTimesCircle,
faToolbox,
@@ -316,7 +315,6 @@ export const FontAwesomePlugin: Plugin<{}> = {
addIcon(faGem);
addIcon(faXmark);
addIcon(faDownload);
addIcon(faTruckMonster);
app.component('font-awesome-icon', FontAwesomeIcon);
},