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 9332977 commit 36e5591Copy full SHA for 36e5591
src/BootstrapBlazor.Server/Extensions/MenusLocalizerExtensions.cs
@@ -94,7 +94,7 @@ public static List<MenuItem> GenerateMenus(this IStringLocalizer<NavMenu> Locali
94
item = new DemoMenuItem()
95
{
96
Text = Localizer["SocketComponents"],
97
- Icon = "fa-solid fa-square-binary text-danger"
+ Icon = "fa-fw fa-solid fa-square-binary text-danger"
98
};
99
AddSocket(item);
100
@@ -130,7 +130,7 @@ public static List<MenuItem> GenerateMenus(this IStringLocalizer<NavMenu> Locali
130
131
132
Text = Localizer["Components"],
133
- Icon = "fa-solid fa-fw fa-heart fa-beat icon-summary",
+ Icon = "fa-fw fa-solid fa-heart fa-beat icon-summary",
134
Url = "components"
135
136
AddSummary(item);
0 commit comments