Skip to content

Commit ed56d5f

Browse files
committed
minor changes
1 parent 41da6ff commit ed56d5f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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}>

0 commit comments

Comments
 (0)