Skip to content

Commit

Permalink
Fixed Hamburger visibility for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rutupatel53 committed Mar 6, 2024
1 parent ffed06e commit d6f1fd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/host/src/components/common/navbar/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ function Navbar({ children, title }: { children?: React.ReactNode; title?: strin
</button>
</div>
<div className={styles.hamburger}>

<Button
type="text"
icon={<MenuOutlined />}
Expand Down

0 comments on commit d6f1fd7

Please sign in to comment.