Skip to content

Commit e74ab2d

Browse files
opensearch-trigger-bot[bot]github-actions[bot]joshuarrrr
authored
Fix header icon (#3910) (#3915)
* fixes header change * Update src/core/public/chrome/ui/header/header_help_menu.tsx * fixes snapshots --------- (cherry picked from commit 3cca088) Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Josh Romero <rmerqg@amazon.com>
1 parent 86d42bc commit e74ab2d

File tree

3 files changed

+9
-74
lines changed

3 files changed

+9
-74
lines changed

src/core/public/chrome/ui/header/__snapshots__/header.test.tsx.snap

+4-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/public/chrome/ui/header/__snapshots__/header_help_menu.test.tsx.snap

+4-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/public/chrome/ui/header/header_help_menu.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,8 @@ class HeaderHelpMenuUI extends Component<Props, State> {
330330
})}
331331
onClick={this.onMenuButtonClick}
332332
>
333-
<EuiIcon type="questionInCircle" size="m" />
334333
<EuiIcon
335-
type="help"
334+
type="questionInCircle"
336335
size="m"
337336
title={intl.formatMessage({
338337
id: 'core.ui.chrome.headerGlobalNav.helpMenuButtonTitle',

0 commit comments

Comments
 (0)