Skip to content

Commit 7cd1c75

Browse files
committed
deprecation note
1 parent 638eef0 commit 7cd1c75

File tree

1 file changed

+1
-1
lines changed
  • src/Umbraco.Web.UI.Client/devops/icons

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/devops/icons/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const collectDictionaryIcons = async () => {
4646

4747
const icon = {
4848
name: iconDef.name,
49-
legacy: iconDef.legacy,
49+
legacy: iconDef.legacy, // TODO: Deprecated, remove in v.17.
5050
hidden: iconDef.legacy ?? iconDef.internal,
5151
fileName: iconFileName,
5252
svg,

0 commit comments

Comments
 (0)