Dashboard: Remove store name headline

Saves some space and isn't really necessary as the current store name is also visible in the sidebar.
This commit is contained in:
Dennis Reimann 2025-02-10 18:47:20 +01:00
parent df82860ada
commit 1c6657b8b4
No known key found for this signature in database
GPG key ID: 5009E1797F03F8D0

View file

@ -14,7 +14,6 @@
var store = ViewContext.HttpContext.GetStoreData();
}
<h2 class="mb-2 mb-lg-3">@ViewData["Title"]</h2>
<partial name="_StatusMessage" />
@if (Model.IsSetUp)
@ -53,7 +52,7 @@
}
};
</script>
<div id="Dashboard" class="mt-4">
<div id="Dashboard">
<vc:ui-extension-point location="dashboard" model="@Model" />
@if (Model.WalletEnabled)
{