Skip to content

Commit

Permalink
rm comment for old episodes
Browse files Browse the repository at this point in the history
  • Loading branch information
petr-hajek committed Sep 5, 2024
1 parent 5c51aba commit 811b43f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Map/map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ export default function Map() {

return (
<Box sx={{ display: "flex" }}>
{/* Why is Sidebar and navbar in the Map? Watch E3 for explanation */}
<Navbar handleDrawerOpen={handleDrawerOpen} open={isOpen} />
<Sidebar
handleDrawerClose={handleDrawerClose}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navbar/navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Navbar({ handleDrawerOpen, open }) {
onClick={handleDrawerOpen}
sx={{ mr: 2, ...(open && { display: "none" }) }}
>
<MenuIcon /> {/* ready for E3 where we are going to add a sidebar */}
<MenuIcon />
</IconButton>
<Typography variant="h6" color="inherit" component="div">
Honolulu Accommodation
Expand Down

0 comments on commit 811b43f

Please sign in to comment.