diff --git a/src/Umbraco.Web.UI.Client/src/packages/settings/relation-types/tree/relation-type-tree.repository.ts b/src/Umbraco.Web.UI.Client/src/packages/settings/relation-types/tree/relation-type-tree.repository.ts index a315208d39..8db8912561 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/settings/relation-types/tree/relation-type-tree.repository.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/settings/relation-types/tree/relation-type-tree.repository.ts @@ -19,7 +19,7 @@ export class UmbRelationTypeTreeRepository id: null, type: UMB_RELATION_TYPE_ROOT_ENTITY_TYPE, name: 'Relation Types', - icon: 'icon-trash', + icon: 'icon-folder', hasChildren: true, };