Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Sep 9, 2024
1 parent 43afc45 commit ffb83e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import Hamburger from "./components/hamburger";
import Close from "./components/close";
import MagnifyingGlass from "./components/magnifying-glass";
import HeadingBar from "./components/bar";
// import Logo from "./components/logo";

const islandName = 'main-menu-island'

Expand Down Expand Up @@ -499,6 +498,7 @@ const MenuItem = ({title, url, items, level = 0}: { title: string, url: string,

<MenuItemContainer open={submenuOpen} level={level}>
{level === 1 ? (
// How do I say headling level one and it has children?
<HeadingBar/>
) : ""
}
Expand Down

0 comments on commit ffb83e5

Please sign in to comment.