Skip to content

Commit

Permalink
dont't require children
Browse files Browse the repository at this point in the history
  • Loading branch information
tlabaj committed Jul 26, 2024
1 parent de12798 commit 97148c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { css } from '@patternfly/react-styles';

export interface MastheadBrandProps extends React.DetailedHTMLProps<React.HTMLProps<HTMLDivElement>, HTMLDivElement> {
/** Content rendered inside of the masthead brand. */
children: React.ReactNode;
children?: React.ReactNode;
/** Additional classes added to the masthead brand. */
className?: string;
}
Expand Down

0 comments on commit 97148c5

Please sign in to comment.