File tree Expand file tree Collapse file tree
packages/react-core/src/demos Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ ScrollspyH2 = () => {
7979
8080 return (
8181 < DashboardWrapper breadcrumb= {null } mainContainerId= " scrollable-element" >
82- < PageSection aria- labelledby = ' main-title' >
82+ < PageSection aria- labelledby= ' main-title' >
8383 < Title headingLevel= " h1" size= " 2xl" id= ' main-title' >
8484 Main title
8585 < / Title>
@@ -93,7 +93,7 @@ ScrollspyH2 = () => {
9393 < PageSection padding= {{ default: ' noPadding' }} >
9494 < Sidebar hasGutter orientation= {! isVertical && ' stack' }>
9595 < SidebarPanel variant= " sticky" >
96- < PageSection aria- label = ' Jump links navigation' >
96+ < PageSection aria- label= ' Jump links navigation' >
9797 < JumpLinks
9898 isVertical= {isVertical}
9999 isCentered= {! isVertical}
@@ -113,7 +113,7 @@ ScrollspyH2 = () => {
113113 < / PageSection>
114114 < / SidebarPanel>
115115 < SidebarContent hasNoBackground>
116- < PageSection aria- label = ' Main content' >
116+ < PageSection aria- label= ' Main content' >
117117 < Content>
118118 {headings .map (i => (
119119 < div key= {i} style= {{ maxWidth: ' 800px' , marginBottom: ' 32px' }}>
Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ TabsOpenWithSecondaryTabsDemo = () => {
355355 return (
356356 < DashboardWrapper hasNoBreadcrumb>
357357 {tabsBreadcrumb}
358- < PageSection isWidthLimited aria- label = ' Pod header' >
358+ < PageSection isWidthLimited aria- label= ' Pod header' >
359359 < Flex
360360 spaceItems= {{ default: ' spaceItemsMd' }}
361361 alignItems= {{ default: ' alignItemsFlexStart' }}
You can’t perform that action at this time.
0 commit comments