Icon Constants consistency

Updated the `Constants.Icons` and replaced the hard-coded strings with
 the const references.
This commit is contained in:
leekelleher
2019-06-07 17:02:55 +01:00
committed by Sebastiaan Janssen
parent fbe184ef6e
commit 580ba79619
29 changed files with 109 additions and 55 deletions

View File

@@ -14,6 +14,6 @@ namespace Umbraco.Web.Trees
protected override string[] Extensions => ExtensionsStatic;
protected override string FileIcon => "icon-document";
protected override string FileIcon => Constants.Icons.MediaFile;
}
}