mod wordning Dashboard -> Übersicht
This commit is contained in:
parent
53a68c91d0
commit
b89e32be41
|
|
@ -10,7 +10,7 @@
|
||||||
<MudNavLink Href="/dashboard"
|
<MudNavLink Href="/dashboard"
|
||||||
Match="NavLinkMatch.All"
|
Match="NavLinkMatch.All"
|
||||||
Icon="@Icons.Material.Filled.Dashboard">
|
Icon="@Icons.Material.Filled.Dashboard">
|
||||||
Dashboard
|
Übersicht
|
||||||
</MudNavLink>
|
</MudNavLink>
|
||||||
|
|
||||||
@if (AuthState.Value.IsAuthenticated && HasSelectedClub)
|
@if (AuthState.Value.IsAuthenticated && HasSelectedClub)
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
<PageTitle>Dashboard</PageTitle>
|
<PageTitle>Dashboard</PageTitle>
|
||||||
|
|
||||||
<MudText Typo="Typo.h4" Class="mb-4">Dashboard</MudText>
|
<MudText Typo="Typo.h4" Class="mb-4">Übersicht</MudText>
|
||||||
|
|
||||||
@if (_isLoading)
|
@if (_isLoading)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue