From 02ea57d185378209b0523b574f51c36a7ec8e2b8 Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Thu, 11 Jan 2024 00:13:03 +0100 Subject: [PATCH] Change icon of Image Cropper property editor --- .../core/property-editor/uis/image-cropper/manifests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/image-cropper/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/image-cropper/manifests.ts index 0a3eb6db6f..c48db25e00 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/image-cropper/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/image-cropper/manifests.ts @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { js: () => import('./property-editor-ui-image-cropper.element.js'), meta: { label: 'Image Cropper', - icon: 'icon-colorpicker', + icon: 'icon-crop', group: 'pickers', propertyEditorSchemaAlias: 'Umbraco.ImageCropper', },