Skip to content

Commit

Permalink
Remove some icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Nov 11, 2019
1 parent a9e759f commit c34c066
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/core/public/chrome/ui/header/header_help_menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ class HeaderHelpMenuUI extends Component<Props, State> {
href={this.props.isCloudEnabled ? ELASTIC_SUPPORT_LINK : KIBANA_ASK_ELASTIC_LINK}
target="_blank"
size="xs"
iconType="help"
flush="left"
>
<FormattedMessage
Expand All @@ -114,13 +113,7 @@ class HeaderHelpMenuUI extends Component<Props, State> {

<EuiSpacer size="xs" />

<EuiButtonEmpty
href={KIBANA_FEEDBACK_LINK}
target="_blank"
size="xs"
iconType="editorComment"
flush="left"
>
<EuiButtonEmpty href={KIBANA_FEEDBACK_LINK} target="_blank" size="xs" flush="left">
<FormattedMessage
id="core.ui.chrome.headerGlobalNav.helpMenuGiveFeedbackTitle"
defaultMessage="Give feedback"
Expand Down

0 comments on commit c34c066

Please sign in to comment.