Skip to content

Commit

Permalink
Page: Better description for breadcrumbs prop
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-ac-martin committed Feb 18, 2025
1 parent 18f0044 commit 88d3d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/page/src/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export type PageProps = (
{
/** Location for the Back link */
backHref?: string
/** List of links */
/** List of links to parent pages */
breadcrumbs?: Breadcrumb[]
/** The content that displays in the page. */
children?: ReactNode
Expand Down

1 comment on commit 88d3d7c

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.