File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11import * as React from 'react' ;
22import {
33 Button ,
4+ Content ,
45 Divider ,
56 EmptyState ,
67 EmptyStateActions ,
78 EmptyStateBody ,
89 EmptyStateFooter ,
910 PageSection ,
10- Content ,
11+ Title ,
1112} from '@patternfly/react-core' ;
1213import SearchIcon from '@patternfly/react-icons/dist/js/icons/search-icon' ;
1314import { EmptyBox , LoadingBox , clearFilterParams } from '@console/internal/components/utils' ;
@@ -165,12 +166,12 @@ export const QuickStartCatalogPage: React.FC<QuickStartCatalogPageProps> = ({
165166 { ( showTitle || showFilter ) && (
166167 < PageSection hasBodyWrapper = { false } >
167168 { showTitle && (
168- < >
169- < Content component = "h1" data-test = "page-title" >
169+ < Content isEditorial >
170+ < Title headingLevel = "h1" data-test = "page-title" >
170171 { title || getResource ( 'Quick Starts' ) }
171- </ Content >
172+ </ Title >
172173 { hint && < div > { hint } </ div > }
173- </ >
174+ </ Content >
174175 ) }
175176 { showTitle && < Divider component = "div" /> }
176177 { showFilter && (
You can’t perform that action at this time.
0 commit comments