File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff 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 ) ;
Original file line number Diff line number Diff 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}>
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments