Auto formatting
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<a href="@Href" target="_blank" class="codeLinkButton">
|
||||
<a href="@Href" target="_blank" class="codeLinkButton">
|
||||
View on GitHub <i class="fa-brands fa-github" style="font-size: 24px; margin-left: 5px;"></i>
|
||||
</a>
|
||||
|
||||
|
||||
@@ -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; } = "";
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -15,7 +15,7 @@
|
||||
{
|
||||
<span>CTRL + K</span>
|
||||
}
|
||||
|
||||
|
||||
</div>
|
||||
</button>
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
</style>
|
||||
|
||||
@code {
|
||||
|
||||
[Parameter]
|
||||
public RenderFragment ChildContent { get; set; } = default!;
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
</style>
|
||||
|
||||
@code {
|
||||
|
||||
[Parameter]
|
||||
public RenderFragment ChildContent { get; set; } = default!;
|
||||
|
||||
@@ -38,4 +39,5 @@
|
||||
{
|
||||
SearchService.Show();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user