Update icons
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma
2021-01-24 09:09:43 +01:00
parent 08acba9a88
commit b14b01b358
16 changed files with 61 additions and 61 deletions

View File

@@ -14,7 +14,7 @@ export class ItemTypeService {
}
getIcon(itemType: string) {
var icon = "fa fa-file-o";
var icon = "fal fa-file";
if (this.itemTypes[itemType]) icon = this.itemTypes[itemType].icon;
return icon;
}