Skip to content

Commit

Permalink
menu fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
otobongfp committed Mar 26, 2024
1 parent 076ab17 commit 7e4751d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/global/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,14 @@ const Sidebar = () => {
}}
/>
<Typography
style={{ fontSize: "16px" }}
style={{ fontSize: "16px", fontWeight: "600" }}
variant="h6"
color="#17054b"
>
DASHBOARD
</Typography>
<IconButton onClick={handleToggleCollapse}>
<MenuOutlinedIcon />
{/* <MenuOutlinedIcon /> */}
</IconButton>
</Box>
</MenuItem>
Expand All @@ -150,6 +150,7 @@ const Sidebar = () => {
selected={selected}
setSelected={setSelected}
/>

<Item
title="Nodes"
to="/nodes"
Expand Down

0 comments on commit 7e4751d

Please sign in to comment.