Auto formatting

This commit is contained in:
2022-05-02 02:04:40 -04:00
parent f103dc7bed
commit b2516fc80a
64 changed files with 683 additions and 548 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
<a href="@Href" class="linkButtonContainer" >
<a href="@Href" class="linkButtonContainer">
@ChildContent
</a>
@@ -27,9 +27,9 @@
[Parameter]
public RenderFragment ChildContent { get; set; } = default!;
[Parameter]
public string Href { get; set; } = "";
}