fix(editor): Use project diagram icon for worker view (#7764)
Swap monster truck for project diagram icon
This commit is contained in:
committed by
GitHub
parent
4f307646f3
commit
ff0b6511f7
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user