Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm committed Jun 14, 2024
1 parent 0a04b29 commit ce93528
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/app/_components/SiteMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export const SiteMenu = () => {
<Command.Empty className="py-6 text-center text-sm">
No results found.
</Command.Empty>
{/* pages and subpages command */}
{groupedPages.map(({ name, items }) => (
<PagesItem
name={name}
Expand Down

0 comments on commit ce93528

Please sign in to comment.