diff --git a/MP.Land/Components/HomeLink.razor b/MP.Land/Components/HomeLink.razor index d560bf41..9992ff9a 100644 --- a/MP.Land/Components/HomeLink.razor +++ b/MP.Land/Components/HomeLink.razor @@ -6,60 +6,44 @@ @inject AppAuthService DataService @inject LicenseService LicServ -
-
- @if (authOk()) - { +@if (authOk()) // disegno box cliccabile e programma attivato +{ +
+
-

@CurrItem.AppName 

+ +

@CurrItem.AppName 

- } - else - { - -

@CurrItem.AppName

-
- } -
-
-
- @if (authOk()) - { -
- -
-
- @(traduci($"{CurrItem.AppName}-TITLE")) -
    - @(traduci($"{CurrItem.AppName}-LIST")) -
-
- } - else - { -
- -
-
- @(traduci($"{CurrItem.AppName}-TITLE")) -
    - @(traduci($"{CurrItem.AppName}-LIST")) -
-
- } +
+
+
+ @(traduci($"{CurrItem.AppName}-LIST")) +
+
+
- +} @code { [Parameter] diff --git a/MP.Land/Components/UserCard.razor b/MP.Land/Components/UserCard.razor index 0d81fbae..38770524 100644 --- a/MP.Land/Components/UserCard.razor +++ b/MP.Land/Components/UserCard.razor @@ -16,15 +16,8 @@
-