Skip to content

Commit bb24eab

Browse files
committed
removing beta badge
1 parent ad62fa0 commit bb24eab

File tree

1 file changed

+1
-7
lines changed
  • x-pack/plugins/observability/public/components/app/header

1 file changed

+1
-7
lines changed

x-pack/plugins/observability/public/components/app/header/index.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66

77
import {
8-
EuiBetaBadge,
98
EuiButtonEmpty,
109
EuiFlexGroup,
1110
EuiFlexItem,
@@ -58,12 +57,7 @@ export function Header({
5857
<h1>
5958
{i18n.translate('xpack.observability.home.title', {
6059
defaultMessage: 'Observability',
61-
})}{' '}
62-
<EuiBetaBadge
63-
className="eui-alignMiddle"
64-
label={i18n.translate('xpack.observability.beta', { defaultMessage: 'Beta' })}
65-
tooltipContent="This feature is in beta. Please help us improve it by reporting any bugs or give us feedback."
66-
/>
60+
})}
6761
</h1>
6862
</EuiTitle>
6963
</EuiFlexItem>

0 commit comments

Comments
 (0)