Skip to content

Commit

Permalink
Remove logos for page examples (opensearch-project#639)
Browse files Browse the repository at this point in the history
Signed-off-by: AbhishekReddy1127 <[email protected]>
  • Loading branch information
AbhishekReddy1127 authored Mar 29, 2023
1 parent 09a88d4 commit ead8cb0
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src-docs/src/views/page/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export default () => (
<OuiPageSideBar>SideBar nav</OuiPageSideBar>
<OuiPageBody>
<OuiPageHeader
iconType="logoOpenSearch"
pageTitle="Page title"
rightSideItems={[
<OuiButton fill>Add something</OuiButton>,
Expand Down
1 change: 0 additions & 1 deletion src-docs/src/views/page/page_bottom_bar_template.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default ({ button = <></>, content, sideNav, bottomBar }) => {
<OuiPageTemplate
pageSideBar={sideNav}
pageHeader={{
iconType: 'logoOpenSearch',
pageTitle: 'Page title',
rightSideItems: [button],
}}
Expand Down
1 change: 0 additions & 1 deletion src-docs/src/views/page/page_centered_content_template.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export default ({ button = <></>, content, sideNav }) => (
pageContentProps={{ paddingSize: 'none' }}
pageSideBar={sideNav}
pageHeader={{
iconType: 'logoOpenSearch',
pageTitle: 'Page title',
rightSideItems: [button],
}}>
Expand Down
1 change: 0 additions & 1 deletion src-docs/src/views/page/page_custom_content_template.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default ({ button = <></> }) => (
restrictWidth={false}
template="empty"
pageHeader={{
iconType: 'logoOpenSearch',
pageTitle: 'Page title',
rightSideItems: [button, <OuiButton>Do something</OuiButton>],
}}>
Expand Down
1 change: 0 additions & 1 deletion src-docs/src/views/page/page_restricting_width_template.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export default ({ button = <></>, content, sideNav }) => {
pageSideBar={sideNav}
restrictWidth="75%"
pageHeader={{
iconType: 'logoOpenSearch',
pageTitle: 'Page title',
rightSideItems: [button],
description: 'Restricting the width to 75%.',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default ({ button = <></>, content }) => (
template="centeredContent"
pageContentProps={{ paddingSize: 'none' }}
pageHeader={{
iconType: 'logoOpenSearch',
pageTitle: 'Page title',
rightSideItems: [button],
}}>
Expand Down
1 change: 0 additions & 1 deletion src-docs/src/views/page/page_template.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export default ({ button = <></>, content, sideNav }) => {
pageSideBar={sideNav}
bottomBar={showBottomBar ? 'Bottom bar' : undefined}
pageHeader={{
iconType: 'logoOpenSearch',
pageTitle: 'Page title',
rightSideItems: [button],
tabs: [
Expand Down

0 comments on commit ead8cb0

Please sign in to comment.