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 212046c commit ba8899cCopy full SHA for ba8899c
src/BootstrapBlazor/Options/FontAwesomeIcons.cs
@@ -7,7 +7,7 @@ namespace BootstrapBlazor.Components;
7
8
internal static class FontAwesomeIcons
9
{
10
- public static Dictionary<ComponentIcons, string> Icons = new()
+ public static readonly Dictionary<ComponentIcons, string> Icons = new()
11
12
{ ComponentIcons.AnchorLinkIcon, "fa-solid fa-link" },
13
{ ComponentIcons.AvatarIcon, "fa-solid fa-user" },
0 commit comments