Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

4 changes: 1 addition & 3 deletions x-pack/plugins/uptime/public/uptime_app.tsx
Expand Up @@ -22,7 +22,6 @@ import {
EuiHeaderSection,
// @ts-ignore missing typings for EuiHeaderSectionItem
EuiHeaderSectionItem,
EuiIcon,
EuiPage,
EuiPageContent,
EuiPopover,
Expand Down Expand Up @@ -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 && (
Expand Down Expand Up @@ -241,7 +239,7 @@ class Application extends React.Component<UptimeAppProps, UptimeAppState> {
iconType="help"
href="https://discuss.elastic.co/c/beats/heartbeat"
>
Help
Discuss
</EuiHeaderLink>
</EuiHeaderLinks>
</EuiHeaderSection>
Expand Down