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

* 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-11 12:34:51 -05:00 committed by GitHub
parent f2ba6b01a0
commit fe1706bd26
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,
@ -140,7 +139,6 @@ class Application extends React.Component<UptimeAppProps, UptimeAppState> {
iconTitle="Uptime"
>
Uptime
<EuiIcon style={{ paddingLeft: '8px' }} size="xl" type="beaker" />
</EuiHeaderLogo>
</EuiHeaderSectionItem>
{!isUsingK7Design && (
@ -239,8 +237,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>