style: change redirect page using asp attr
parent
a0753ba194
commit
ea6e86b6bf
|
|
@ -63,7 +63,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="navbar-end">
|
<div class="navbar-end">
|
||||||
<a href="@Url.Action("Index","Dashboard")" class="btn bg-green-800 hover:bg-green-700 text-white border-none px-8 py-2.5 rounded-full font-semibold text-base font-jakarta">Login</a>
|
<a asp-area="Sudin" asp-controller="Dashboard" asp-action="Index" class="btn font-jakarta rounded-full border-none bg-green-800 px-8 py-2.5 text-base font-semibold text-white hover:bg-green-700">Login</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue