mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* 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:
parent
f2ba6b01a0
commit
fe1706bd26
1 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue