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 266f7ce commit f31a6abCopy full SHA for f31a6ab
src/BootstrapBlazor.Server/Data/TreeFoo.cs
@@ -25,7 +25,7 @@ class TreeFoo
25
26
public static List<TreeFoo> GetItems() =>
27
[
28
- new() { Text = "navigation one", Id = "1010", Icon = "fa-solid fa-font-awesome" },
+ new() { Text = "Navigation one", Id = "1010", Icon = "fa-solid fa-font-awesome" },
29
new() { Text = "Navigation two", Id = "1020", Icon = "fa-solid fa-font-awesome" },
30
new() { Text = "Navigation three", Id = "1030", Icon = "fa-solid fa-font-awesome" },
31
0 commit comments