Skip to content

Commit 7822040

Browse files
committed
fix: add id to the header
1 parent 63a97ce commit 7822040

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adminforth/spa/src/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<div>
33
<nav
44
v-if="loggedIn && routerIsReady && loginRedirectCheckIsReady && defaultLayout"
5+
id="af-header-nav"
56
class="fixed h-14 top-0 z-30 w-full border-b drop-shadow-sm bg-lightNavbar dark:bg-darkNavbar dark:border-darkSidebarDevider"
67
>
78
<div class="af-header px-3 lg:px-5 lg:pl-3 flex items-center justify-between h-full w-full" >

0 commit comments

Comments
 (0)