This commit is contained in:
mmrbnjd
2024-06-30 19:57:32 +03:30
parent cf521860cf
commit 3702145d02
11 changed files with 214 additions and 150 deletions

View File

@@ -1,5 +1,5 @@
@inherits LayoutComponentBase
@inject Fixedvalues fv;
<HeadContent>
<!-- Place favicon.ico in the root directory -->
<link rel="icon" type="image/png" href="img/logo/siyahe.png" />
@@ -27,5 +27,11 @@
</div>
</div>
@code{
protected override async Task OnInitializedAsync()
{
await fv.SetUlr("Main");
await base.OnInitializedAsync();
}
}