Skip to content

Commit 4e9dbe9

Browse files
committed
removed extra spaces
1 parent ed56d5f commit 4e9dbe9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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' }}

0 commit comments

Comments
 (0)