Skip to content

Commit 41da6ff

Browse files
committed
minor changes
1 parent 24e068a commit 41da6ff

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

packages/react-core/src/components/Page/examples/PageVerticalNav.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,13 @@ export const PageVerticalNav: React.FunctionComponent = () => {
6565
return (
6666
<Page masthead={masthead} sidebar={sidebar}>
6767
<PageSection aria-labelledby="section-1">
68-
<h2 id="section-1"></h2>Vertical nav example section 1
68+
<h2 id="section-1">Vertical nav example section 1</h2>
6969
</PageSection>
7070
<PageSection variant="secondary" aria-labelledby="section-2">
71-
<h2 id="section-2"></h2>
72-
Vertical nav example section 2 with secondary variant styling
71+
<h2 id="section-2">Vertical nav example section 2 with secondary variant styling</h2>
7372
</PageSection>
7473
<PageSection aria-labelledby="section-3">
75-
<h2 id="section-3"></h2>Vertical nav example section 3
74+
<h2 id="section-3">Vertical nav example section 3</h2>
7675
</PageSection>
7776
</Page>
7877
);

packages/react-core/src/demos/Banner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class BannerDemo extends React.Component {
4848
</p>
4949
</Content>
5050
</PageSection>
51-
<PageSection aria-label = 'Cards gallery'>
51+
<PageSection aria-label='Cards gallery'>
5252
<Gallery hasGutter>
5353
{Array.from({ length: 30 }).map((_value, index) => (
5454
<GalleryItem key={index}>

packages/react-core/src/demos/examples/AlertGroup/AlertGroupToastWithNotificationDrawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ export const AlertGroupToastWithNotificationDrawer: React.FunctionComponent = ()
364364
style={{ margin: '12px 0' }}
365365
/>
366366
</PageSection>
367-
<PageSection aria-label="Alert Group">
367+
<PageSection component="div">
368368
<AlertGroup
369369
hasAnimations
370370
isToast

0 commit comments

Comments
 (0)