mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-03 12:41:45 +02:00
fix: show only 1 hamburger menu button
This commit is contained in:
@@ -72,15 +72,6 @@ function Header(props) {
|
||||
size={28}
|
||||
/>
|
||||
)}
|
||||
<Icon.Menu
|
||||
onClick={toggleSideMenu}
|
||||
sx={{
|
||||
ml: 0,
|
||||
mr: 4,
|
||||
display: ["block", "none", "none"],
|
||||
}}
|
||||
size={28}
|
||||
/>
|
||||
<Heading data-test-id="routeHeader" fontSize="heading" color={"text"}>
|
||||
{title}
|
||||
</Heading>
|
||||
|
||||
Reference in New Issue
Block a user