Skip to content

Commit

Permalink
Fix header icon (#3910)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
github-actions[bot] and joshuarrrr committed Apr 21, 2023
1 parent 6531e0d commit f9d3d1e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 74 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/core/public/chrome/ui/header/header_help_menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,8 @@ class HeaderHelpMenuUI extends Component<Props, State> {
})}
onClick={this.onMenuButtonClick}
>
<EuiIcon type="questionInCircle" size="m" />
<EuiIcon
type="help"
type="questionInCircle"
size="m"
title={intl.formatMessage({
id: 'core.ui.chrome.headerGlobalNav.helpMenuButtonTitle',
Expand Down

0 comments on commit f9d3d1e

Please sign in to comment.