Icon Constants consistency
Updated the `Constants.Icons` and replaced the hard-coded strings with the const references.
This commit is contained in:
committed by
Sebastiaan Janssen
parent
fbe184ef6e
commit
580ba79619
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user