We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a14528 commit 6e66e54Copy full SHA for 6e66e54
src/BootstrapBlazor.Server/Extensions/MenusLocalizerExtensions.cs
@@ -86,7 +86,7 @@ public static List<MenuItem> GenerateMenus(this IStringLocalizer<NavMenu> Locali
86
item = new DemoMenuItem()
87
{
88
Text = Localizer["SocketComponents"],
89
- Icon = "fa-fw fa-solid fa-square-binary text-danger"
+ Icon = "fa-fw fa-solid fa-satellite-dish text-danger"
90
};
91
AddSocket(item);
92
0 commit comments