.
Some checks are pending
dotnet build / build (push) Waiting to run

This commit is contained in:
Nick Seguin 2024-02-24 21:06:01 -06:00
parent 11459722b0
commit a656aa9022
Signed by: nseguin
GPG key ID: 68C99FA84079021D

View file

@ -20,10 +20,10 @@ public partial class HeroIcon : ComponentBase
}
[Parameter]
public string Name { get; set; }
public string? Name { get; set; }
[Parameter]
public bool UseSmallIcon { get; set; } = false;
public bool UseSmallIcon { get; set; }
[Parameter]
public bool UseOutline { get; set; } = true;