fix: show only 1 hamburger menu button

This commit is contained in:
thecodrr
2020-10-03 15:01:01 +05:00
parent cce66b8fee
commit f5af96bb0c

View File

@@ -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>