[Uptime] Remove beaker icon, update "help" copy (#28018)

* Add tooltip to beaker icon. Update help copy.

* Remove beaker icon.

* Change feedback link copy to say "Discuss".

* Add target _blank to help link.
This commit is contained in:
Justin Kambic 2019-01-10 12:08:06 -05:00 committed by GitHub
parent cbe3a45083
commit 2b69fba381
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,6 @@ import {
EuiHeaderSection,
// @ts-ignore missing typings for EuiHeaderSectionItem
EuiHeaderSectionItem,
EuiIcon,
EuiPage,
EuiPageContent,
EuiPopover,
@ -141,7 +140,6 @@ class Application extends React.Component<UptimeAppProps, UptimeAppState> {
iconTitle="Uptime"
>
Uptime
<EuiIcon style={{ paddingLeft: '8px' }} size="xl" type="beaker" />
</EuiHeaderLogo>
</EuiHeaderSectionItem>
{!isUsingK7Design && (
@ -240,8 +238,9 @@ class Application extends React.Component<UptimeAppProps, UptimeAppState> {
<EuiHeaderLink
iconType="help"
href="https://discuss.elastic.co/c/beats/heartbeat"
target="_blank"
>
Help
Discuss
</EuiHeaderLink>
</EuiHeaderLinks>
</EuiHeaderSection>