diff --git a/BTCPayServer/Components/MainNav/Default.cshtml b/BTCPayServer/Components/MainNav/Default.cshtml index c834fc4c7..5bbd7118f 100644 --- a/BTCPayServer/Components/MainNav/Default.cshtml +++ b/BTCPayServer/Components/MainNav/Default.cshtml @@ -59,14 +59,14 @@ @if (isSetUp && scheme.WalletSupported) { - + @(Model.AltcoinsBuild ? $"{scheme.Crypto} " : "")Wallet } else { - + @(Model.AltcoinsBuild ? $"{scheme.Crypto} " : "")Wallet } @@ -79,14 +79,14 @@ @if (isSetUp) { - + @(Model.AltcoinsBuild ? $"{scheme.CryptoCode} " : "")Lightning } else { - + @(Model.AltcoinsBuild ? $"{scheme.CryptoCode} " : "")Lightning } @@ -114,25 +114,25 @@ @@ -252,13 +252,11 @@ }
  • - - Manage Account + Manage Account
  • - Logout
  • diff --git a/BTCPayServer/Components/StoreSelector/Default.cshtml b/BTCPayServer/Components/StoreSelector/Default.cshtml index 70edf874f..12d2ee1ba 100644 --- a/BTCPayServer/Components/StoreSelector/Default.cshtml +++ b/BTCPayServer/Components/StoreSelector/Default.cshtml @@ -38,7 +38,11 @@ else @if (Model.Options.Count > 0) {