update header and sidebar

This commit is contained in:
Daeng Deni Mardaeni 2024-10-03 11:52:16 +07:00
parent 70c46022b9
commit eb355ebe88
2 changed files with 2 additions and 2 deletions

View File

@ -1316,7 +1316,7 @@
</div>
<div class="flex flex-col" data-menu-dismiss="true">
<div class="menu-item">
<a class="menu-link" href="html/demo1/account/home/user-profile.html">
<a class="menu-link" href="{{ route('users.profile') }}">
<span class="menu-icon">
<i class="ki-filled ki-profile-circle">
</i>

View File

@ -1,5 +1,5 @@
<div
class="sidebar dark:bg-coal-600 bg-light border-r border-r-gray-200 dark:border-r-coal-100 fixed top-0 bottom-0 z-20 hidden lg:flex flex-col items-stretch shrink-0"
class="sidebar dark:bg-coal-600 bg-light border-r border-r-gray-200 dark:border-r-coal-100 fixed top-0 bottom-0 z-20 hidden lg:flex flex-col items-stretch shrink-0 h-full"
data-drawer="true" data-drawer-class="drawer drawer-start top-0 bottom-0" data-drawer-enable="true|lg:false"
id="sidebar">
<div class="sidebar-header hidden lg:flex items-center relative justify-between px-3 lg:px-6 shrink-0"