- You can further adjust the display of these content types with an
- optional iconType placed to the left of the
- title, alignItems for adjusting the vertical
+ You can further adjust the display of these content types by
+ utilizing alignItems for adjusting the vertical
alignment of the two sides, and responsiveOrder{' '}
to determine which content side to display first on smaller screens.
diff --git a/src-docs/src/views/page_header/playground.js b/src-docs/src/views/page_header/playground.js
index d6d5e6c8b7..43754b3e83 100644
--- a/src-docs/src/views/page_header/playground.js
+++ b/src-docs/src/views/page_header/playground.js
@@ -22,7 +22,6 @@ import {
} from '../../../../src/components/';
import {
propUtilityForPlayground,
- iconValidator,
simulateFunction,
generateCustomProps,
createOptionalEnum,
@@ -53,8 +52,6 @@ export const pageHeaderConfig = () => {
: OuiPageHeader.__docgenInfo;
const propsToUse = propUtilityForPlayground(docgenInfo.props);
- propsToUse.iconType = iconValidator(propsToUse.iconType);
-
propsToUse.pageTitle = {
...propsToUse.pageTitle,
type: PropTypes.String,
diff --git a/src/components/page/page_header/__snapshots__/page_header.test.tsx.snap b/src/components/page/page_header/__snapshots__/page_header.test.tsx.snap
index 5edf131776..85c186b3a0 100644
--- a/src/components/page/page_header/__snapshots__/page_header.test.tsx.snap
+++ b/src/components/page/page_header/__snapshots__/page_header.test.tsx.snap
@@ -210,12 +210,6 @@ exports[`OuiPageHeader props page content props are passed down is rendered 1`]
-
Page title
`;
-exports[`OuiPageHeaderContent props pageTitle is rendered with icon 1`] = `
-
-`;
-
-exports[`OuiPageHeaderContent props pageTitle is rendered with icon and iconProps 1`] = `
-
-`;
-
exports[`OuiPageHeaderContent props responsive is rendered as false 1`] = `