Skip to content

Commit

Permalink
Update packages/react-core/src/components/Page/examples/PageWithOrWit…
Browse files Browse the repository at this point in the history
…houtFill.tsx

Co-authored-by: Michael Coker <[email protected]>
  • Loading branch information
kmcfaul and mcoker authored Jul 17, 2024
1 parent ede10dd commit 525ef77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const PageWithOrWithoutFill: React.FunctionComponent = () => {
<PageSection isFilled={true} variant="secondary">
This section fills the available space.
</PageSection>
<PageSection isFilled={false}>This section is set to not fill the available space.</PageSection>
<PageSection>A default page section</PageSection>
</Page>
);
};

0 comments on commit 525ef77

Please sign in to comment.