update header and sidebar
This commit is contained in:
parent
70c46022b9
commit
eb355ebe88
@ -1316,7 +1316,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col" data-menu-dismiss="true">
|
<div class="flex flex-col" data-menu-dismiss="true">
|
||||||
<div class="menu-item">
|
<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">
|
<span class="menu-icon">
|
||||||
<i class="ki-filled ki-profile-circle">
|
<i class="ki-filled ki-profile-circle">
|
||||||
</i>
|
</i>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<div
|
<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"
|
data-drawer="true" data-drawer-class="drawer drawer-start top-0 bottom-0" data-drawer-enable="true|lg:false"
|
||||||
id="sidebar">
|
id="sidebar">
|
||||||
<div class="sidebar-header hidden lg:flex items-center relative justify-between px-3 lg:px-6 shrink-0"
|
<div class="sidebar-header hidden lg:flex items-center relative justify-between px-3 lg:px-6 shrink-0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user