mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 14:04:12 +01:00
Update "Close Wallet & Lightning Setup" Path (#3362)
* update path * updates center
This commit is contained in:
parent
cbf8b23385
commit
72bdf9e0d7
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue