From 1c6657b8b423a25fe11dbfadcec22547d997def7 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Mon, 10 Feb 2025 18:47:20 +0100 Subject: [PATCH] Dashboard: Remove store name headline Saves some space and isn't really necessary as the current store name is also visible in the sidebar. --- BTCPayServer/Views/UIStores/Dashboard.cshtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BTCPayServer/Views/UIStores/Dashboard.cshtml b/BTCPayServer/Views/UIStores/Dashboard.cshtml index b7f65ed9d..4eabe224a 100644 --- a/BTCPayServer/Views/UIStores/Dashboard.cshtml +++ b/BTCPayServer/Views/UIStores/Dashboard.cshtml @@ -14,7 +14,6 @@ var store = ViewContext.HttpContext.GetStoreData(); } -

@ViewData["Title"]

@if (Model.IsSetUp) @@ -53,7 +52,7 @@ } }; -
+
@if (Model.WalletEnabled) {