Skip to content

Commit eccf30b

Browse files
DorianZhengclaude
andcommitted
Fix mobile menu visibility and hide login buttons
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6f27c10 commit eccf30b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/navbar/navbar.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ const menuitems: { title: string; path: string; badge?: boolean; children?: { ti
2525
class="text-slate-500">Lite</span
2626
>
2727
</a>
28-
<!--<div class="block lg:hidden">
28+
<div class="block lg:hidden">
2929
<MenuIcon class="w-4 h-4 text-gray-800" />
30-
</div>-->
30+
</div>
3131
</div>
3232
<MenuItems class="hidden w-full lg:w-auto mt-2 lg:flex lg:mt-0">
3333
<ul class="flex flex-col lg:flex-row lg:gap-3">
@@ -60,10 +60,10 @@ const menuitems: { title: string; path: string; badge?: boolean; children?: { ti
6060
))
6161
}
6262
</ul>
63-
<div class="lg:hidden flex items-center mt-3 gap-4">
63+
<!--<div class="lg:hidden flex items-center mt-3 gap-4">
6464
<Link href="#" style="muted" block size="md">Log in</Link>
6565
<Link href="#" size="md" block>Sign up</Link>
66-
</div>
66+
</div>-->
6767
</MenuItems>
6868
</Astronav>
6969
<!--<div>

0 commit comments

Comments
 (0)