We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad62fa0 commit bb24eabCopy full SHA for bb24eab
x-pack/plugins/observability/public/components/app/header/index.tsx
@@ -5,7 +5,6 @@
5
*/
6
7
import {
8
- EuiBetaBadge,
9
EuiButtonEmpty,
10
EuiFlexGroup,
11
EuiFlexItem,
@@ -58,12 +57,7 @@ export function Header({
58
57
<h1>
59
{i18n.translate('xpack.observability.home.title', {
60
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
- />
+ })}
67
</h1>
68
</EuiTitle>
69
</EuiFlexItem>
0 commit comments