Skip to content

Commit ba8899c

Browse files
committed
refactor: add readonly keyword
1 parent 212046c commit ba8899c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Options/FontAwesomeIcons.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace BootstrapBlazor.Components;
77

88
internal static class FontAwesomeIcons
99
{
10-
public static Dictionary<ComponentIcons, string> Icons = new()
10+
public static readonly Dictionary<ComponentIcons, string> Icons = new()
1111
{
1212
{ ComponentIcons.AnchorLinkIcon, "fa-solid fa-link" },
1313
{ ComponentIcons.AvatarIcon, "fa-solid fa-user" },

0 commit comments

Comments
 (0)