File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
import * as React from 'react' ;
2
2
import {
3
3
Button ,
4
+ Content ,
4
5
Divider ,
5
6
EmptyState ,
6
7
EmptyStateActions ,
7
8
EmptyStateBody ,
8
9
EmptyStateFooter ,
9
10
PageSection ,
10
- Content ,
11
+ Title ,
11
12
} from '@patternfly/react-core' ;
12
13
import SearchIcon from '@patternfly/react-icons/dist/js/icons/search-icon' ;
13
14
import { EmptyBox , LoadingBox , clearFilterParams } from '@console/internal/components/utils' ;
@@ -165,12 +166,12 @@ export const QuickStartCatalogPage: React.FC<QuickStartCatalogPageProps> = ({
165
166
{ ( showTitle || showFilter ) && (
166
167
< PageSection hasBodyWrapper = { false } >
167
168
{ showTitle && (
168
- < >
169
- < Content component = "h1" data-test = "page-title" >
169
+ < Content isEditorial >
170
+ < Title headingLevel = "h1" data-test = "page-title" >
170
171
{ title || getResource ( 'Quick Starts' ) }
171
- </ Content >
172
+ </ Title >
172
173
{ hint && < div > { hint } </ div > }
173
- </ >
174
+ </ Content >
174
175
) }
175
176
{ showTitle && < Divider component = "div" /> }
176
177
{ showFilter && (
You can’t perform that action at this time.
0 commit comments