Skip to content

Commit

Permalink
frontend: moving obile hamburger menu
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSavage committed Dec 5, 2024
1 parent 2ebc0d4 commit ff54746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zettelkasten-front/src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export function Sidebar() {
<>
{/* Mobile Menu Button */}
<button
className="md:hidden fixed top-4 left-4 z-[60] p-2 bg-white rounded-md shadow-md"
className="md:hidden fixed top-4 right-4 z-[60] p-2 bg-white rounded shadow"
onClick={() => setIsSidebarOpen(!isSidebarOpen)}
>
<MenuIcon />
Expand Down

0 comments on commit ff54746

Please sign in to comment.