File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ import {
13
13
ListItem ,
14
14
ListItemButton ,
15
15
ListItemText ,
16
+ MenuItem ,
16
17
Toolbar ,
17
18
Typography ,
18
19
} from "@mui/material" ;
19
- // import {MenuIcon} from "@mui/icons-material";
20
+ import { Menu as MenuIcon } from "@mui/icons-material" ;
20
21
import { useNavigate } from "react-router-dom" ;
21
22
import { ReactComponent as Logo } from "./images/lbnlgridintegrationgroup.svg" ;
22
23
@@ -34,7 +35,7 @@ export default function SiteAppBar(props) {
34
35
const drawer = (
35
36
< Box onClick = { handleDrawerToggle } sx = { { textAlign : "center" } } >
36
37
< Typography variant = "h6" sx = { { my : 2 } } >
37
- MUI
38
+ Demand Flexibility Assessment Tool
38
39
</ Typography >
39
40
< Divider />
40
41
< List >
@@ -71,6 +72,7 @@ export default function SiteAppBar(props) {
71
72
onClick = { handleDrawerToggle }
72
73
sx = { { mr : 2 , display : { sm : "none" } } }
73
74
>
75
+ < MenuIcon />
74
76
{ /* <MenuIcon /> */ }
75
77
</ IconButton >
76
78
< Logo
You can’t perform that action at this time.
0 commit comments