Skip to content

Commit 0df1f26

Browse files
docs(banner): hide banner
1 parent 255cede commit 0df1f26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/_partials/navbar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<header class="fixed top-0 z-40 flex-none w-full mx-auto bg-neutral-primary border-b border-light-subtle">
2-
<div
2+
<!-- <div
33
id='banner'
44
tabIndex='-1'
55
class='z-50 flex justify-center w-full px-4 py-3 border border-b border-light bg-neutral-secondary-soft lg:py-4'>
@@ -15,7 +15,7 @@
1515
</a>
1616
</p>
1717
</div>
18-
</div>
18+
</div> -->
1919
<div class="flex items-center justify-between w-full px-3 py-3 mx-auto max-w-8xl xl:px-0">
2020
<div class="flex items-center">
2121
<div class="flex items-center">

0 commit comments

Comments
 (0)