refactor: change the page header

main-dlh
Regiaaaaaa 2025-11-20 16:07:05 +07:00
parent 2895ecb9a0
commit c898abcb23
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
<!-- Header -->
<div class="grid grid-cols-1 gap-4 lg:grid-cols-2">
<div class="prose">
<h3 class="mb-2">Potensi Rumah</h3>
<h3 class="mb-2">Rumah Baru</h3>
</div>
<div class="justify-self-end lg:self-center">
<a class="btn rounded-full bg-white" href="#">

View File

@ -74,7 +74,7 @@
<li>
<a asp-controller="DataRumahPotensiRumah" asp-action="Index" class="@(controller == "DataRumahPotensiRumah" ? "menu-active" : "")">
<span class="icon icon-fill">playlist_add_check</span>
Rumah Baru
Potensi Rumah
</a>
</li>
</ul>