diff --git a/BTCPayServer/Views/UIStores/Dashboard.cshtml b/BTCPayServer/Views/UIStores/Dashboard.cshtml index 4eabe224a..78e350eba 100644 --- a/BTCPayServer/Views/UIStores/Dashboard.cshtml +++ b/BTCPayServer/Views/UIStores/Dashboard.cshtml @@ -71,13 +71,15 @@
Set up a Lightning node
- +
Set up a wallet
+ } @@ -112,10 +114,10 @@ else @if (Model.Network is BTCPayNetwork) { - @if (!Model.WalletEnabled) { - +
Set up a wallet
@@ -137,7 +139,8 @@ else { if (!Model.LightningEnabled) { -
+
Set up a Lightning node
@@ -155,6 +158,7 @@ else
} } +
}