Skip to content

Commit d733b69

Browse files
committed
feat: remove menu for mobile
1 parent 8e3bb32 commit d733b69

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/components/ui/header.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,6 @@ export function Header({ darkMode, toggleDarkMode, scrolled, heroVisible }: Head
6767
</svg>
6868
)}
6969
</button>
70-
71-
<button className="md:hidden p-2 rounded-md hover:bg-muted transition-colors" aria-label="Menu">
72-
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
73-
<line x1="4" x2="20" y1="12" y2="12"></line>
74-
<line x1="4" x2="20" y1="6" y2="6"></line>
75-
<line x1="4" x2="20" y1="18" y2="18"></line>
76-
</svg>
77-
</button>
7870
</div>
7971
</div>
8072
</header>

0 commit comments

Comments
 (0)