File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4
4
v-if =" loggedIn && routerIsReady && loginRedirectCheckIsReady && defaultLayout"
5
5
class =" fixed h-14 top-0 z-20 w-full border-b shadow-sm bg-lightNavbar shadow-headerShadow dark:bg-darkNavbar dark:border-darkSidebarDevider"
6
6
>
7
- <div class =" px-3 lg:px-5 lg:pl-3 flex items-center justify-between h-full w-full" >
7
+ <div class =" af-header px-3 lg:px-5 lg:pl-3 flex items-center justify-between h-full w-full" >
8
8
<div class =" flex items-center justify-start rtl:justify-end" >
9
9
<button @click =" sideBarOpen = !sideBarOpen"
10
10
type =" button" class =" inline-flex items-center p-2 text-sm rounded-lg sm:hidden hover:bg-lightSidebarItemHover focus:outline-none focus:ring-2 focus:ring-lightSidebarDevider dark:text-darkSidebarIcons dark:hover:bg-darkSidebarHover dark:focus:ring-lightSidebarDevider" >
You can’t perform that action at this time.
0 commit comments