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 @@ -41,7 +41,7 @@ class BannerDemo extends React.Component {
4141 < DashboardWrapper banner= {banner} breadcrumb= {null }>
4242 < PageSection aria- labelledby= " main-title" >
4343 < Content>
44- < h1 id = " main-title" > Main title< / h1>
44+ < h1 id= " main-title" > Main title< / h1>
4545 < p>
4646 Body text should be Red Hat Text at 1rem (16px ). It should have leading of 1 .5rem (24px ) because < br / >
4747 of it’s relative line height of 1.5 .
@@ -114,15 +114,15 @@ class BannerDemo extends React.Component {
114114 < DashboardWrapper breadcrumb= {null }>
115115 < PageSection aria- labelledby= " main-title" >
116116 < Content>
117- < h1 id = ' main-title' > Main title< / h1>
117+ < h1 id= ' main-title' > Main title< / h1>
118118 < p>
119119 Body text should be Red Hat Text at 1rem (16px ). It should have leading of 1 .5rem (24px ) because{' ' }
120120 < br / >
121121 of it’s relative line height of 1.5 .
122122 < / p>
123123 < / Content>
124124 < / PageSection>
125- < PageSection aria- label = ' Cards gallery' >
125+ < PageSection aria- label= ' Cards gallery' >
126126 < Gallery hasGutter>
127127 {Array .from ({ length: 30 }).map ((_value , index ) => (
128128 < GalleryItem key= {index}>
You can’t perform that action at this time.
0 commit comments