Skip to content

Commit f9d3d1e

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

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)