Skip to content

Commit

Permalink
removing beta badge
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Sep 10, 2020
1 parent ad62fa0 commit bb24eab
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*/

import {
EuiBetaBadge,
EuiButtonEmpty,
EuiFlexGroup,
EuiFlexItem,
Expand Down Expand Up @@ -58,12 +57,7 @@ export function Header({
<h1>
{i18n.translate('xpack.observability.home.title', {
defaultMessage: 'Observability',
})}{' '}
<EuiBetaBadge
className="eui-alignMiddle"
label={i18n.translate('xpack.observability.beta', { defaultMessage: 'Beta' })}
tooltipContent="This feature is in beta. Please help us improve it by reporting any bugs or give us feedback."
/>
})}
</h1>
</EuiTitle>
</EuiFlexItem>
Expand Down

0 comments on commit bb24eab

Please sign in to comment.