From d11b78efa32ee16ba34c379542713a29ae8dab48 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:31:52 +0100 Subject: [PATCH] update remaining icons --- .../workspace/media-type-workspace-editor.element.ts | 2 +- .../src/shared/icon-registry/icon.registry.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/media/media-types/workspace/media-type-workspace-editor.element.ts b/src/Umbraco.Web.UI.Client/src/packages/media/media-types/workspace/media-type-workspace-editor.element.ts index c1845d45a9..72c6d44990 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/media/media-types/workspace/media-type-workspace-editor.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/media/media-types/workspace/media-type-workspace-editor.element.ts @@ -131,7 +131,7 @@ export class UmbMediaTypeWorkspaceEditorElement extends UmbLitElement { ?disabled=${this._aliasLocked}>
''} id="alias-lock" slot="prepend"> - +
diff --git a/src/Umbraco.Web.UI.Client/src/shared/icon-registry/icon.registry.ts b/src/Umbraco.Web.UI.Client/src/shared/icon-registry/icon.registry.ts index 728141e39d..ada1f0e660 100644 --- a/src/Umbraco.Web.UI.Client/src/shared/icon-registry/icon.registry.ts +++ b/src/Umbraco.Web.UI.Client/src/shared/icon-registry/icon.registry.ts @@ -10,7 +10,7 @@ interface UmbIconDescriptor { * @export * @class UmbIconRegistry * @extends {UUIIconRegistry} - * @description - Icon Registry. Provides icons from the icon manifest. Icons are loaded on demand. All icons are prefixed with 'umb:' + * @description - Icon Registry. Provides icons from the icon manifest. Icons are loaded on demand. All icons are prefixed with 'icon-' */ export class UmbIconRegistry extends UUIIconRegistry { /**