Update "Close Wallet & Lightning Setup" Path (#3362)

* update path

* updates center
This commit is contained in:
dstrukt 2022-01-26 21:33:12 -08:00 committed by GitHub
parent cbf8b23385
commit 72bdf9e0d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
</div>
@if (User.Identity.IsAuthenticated)
{
<div class="text-center text-xl-start">
<div class="text-center">
@_env.ToString()
</div>
}

View File

@ -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>
}