update languages icon to globe instead of flag

This commit is contained in:
MADSRASMUSSB4A1\madsrasmussen
2018-04-03 11:25:59 +02:00
parent c6814d41a9
commit fca9279322

View File

@@ -34,7 +34,7 @@ namespace Umbraco.Web.Trees
//this will load in a custom UI instead of the dashboard for the root node
root.RoutePath = string.Format("{0}/{1}/{2}", Constants.Applications.Settings, Constants.Trees.Languages, "overview");
root.Icon = "icon-flag-alt";
root.Icon = "icon-globe";
root.HasChildren = false;
root.MenuUrl = null;