@patternfly/quickstarts 6.2.0-prerelease.3 → 6.2.0-prerelease.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1876,8 +1876,8 @@ const QuickStartCatalogPage = ({ quickStarts, showFilter, sortFnc = (q1, q2) =>
1876
1876
  }
1877
1877
  return (React__namespace.createElement(React__namespace.Fragment, null,
1878
1878
  (showTitle || showFilter) && (React__namespace.createElement(reactCore.PageSection, { hasBodyWrapper: false },
1879
- showTitle && (React__namespace.createElement(React__namespace.Fragment, null,
1880
- React__namespace.createElement(reactCore.Content, { component: "h1", "data-test": "page-title" }, title || getResource('Quick Starts')),
1879
+ showTitle && (React__namespace.createElement(reactCore.Content, { isEditorial: true },
1880
+ React__namespace.createElement(reactCore.Title, { headingLevel: "h1", "data-test": "page-title" }, title || getResource('Quick Starts')),
1881
1881
  hint && React__namespace.createElement("div", null, hint))),
1882
1882
  showTitle && React__namespace.createElement(reactCore.Divider, { component: "div" }),
1883
1883
  showFilter && (React__namespace.createElement(React__namespace.Fragment, null,