mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
Update "Close Wallet & Lightning Setup" Path (#3362)
* update path * updates center
This commit is contained in:
parent
cbf8b23385
commit
72bdf9e0d7
@ -26,7 +26,7 @@
|
||||
</div>
|
||||
@if (User.Identity.IsAuthenticated)
|
||||
{
|
||||
<div class="text-center text-xl-start">
|
||||
<div class="text-center">
|
||||
@_env.ToString()
|
||||
</div>
|
||||
}
|
||||
|
@ -13,7 +13,7 @@
|
||||
@section Navbar {
|
||||
@await RenderSectionAsync("Navbar", false)
|
||||
|
||||
<a asp-controller="UIStores" asp-action="GeneralSettings" asp-route-storeId="@Context.GetRouteValue("storeId")" class="cancel">
|
||||
<a asp-controller="UIStores" asp-action="Dashboard" asp-route-storeId="@Context.GetRouteValue("storeId")" class="cancel">
|
||||
<vc:icon symbol="close" />
|
||||
</a>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user