Skip to content

Commit

Permalink
🧹 comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejpurves committed Aug 23, 2024
1 parent db12b78 commit 6dd17ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/site/src/components/Navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { getProjectHeadings } from '@myst-theme/common';
import type { SiteManifest } from 'myst-config';

/**
* MobileNavigation will load nav links and headers from the site manifest and display
* PrimaryNavigation will load nav links and headers from the site manifest and display
* them in a mobile-friendly format.
*/
export const PrimaryNavigation = ({
Expand Down Expand Up @@ -51,8 +51,8 @@ export const PrimaryNavigation = ({
export const Navigation = PrimaryNavigation;

/**
* ConfigurableMobileNavigation will display a mobile-friendly navigation sidebar based on the
* nav, headings, and footer provided by the caller. Use this in situations where the MobileNavigation
* ConfigurablePrimaryNavigation will display a mobile-friendly navigation sidebar based on the
* nav, headings, and footer provided by the caller. Use this in situations where the PrimaryNavigation
* component may pick up the wrong SiteManifest.
*/
export const ConfigurablePrimaryNavigation = ({
Expand Down

0 comments on commit 6dd17ae

Please sign in to comment.