|
@@ -30,7 +30,9 @@ const MainAppBar = ({ token, openSidebar }) => {
|
|
|
<Box sx={{ flexGrow: 1 }}>
|
|
|
<AppBar position="static">
|
|
|
<Toolbar>
|
|
|
- <Box component="img" src={logo} sx={{width: "40px", borderStyle:"double", borderWidth:"3px", borderColor:"white", marginRight:"10px" }} />
|
|
|
+ <MyLink to="/">
|
|
|
+ <Box component="img" src={logo} sx={{ width: "40px", borderStyle: "double", borderWidth: "3px", borderColor: "white", marginRight: "20px" }} />
|
|
|
+ </MyLink>
|
|
|
<IconButton
|
|
|
size="large"
|
|
|
edge="start"
|