Changed mobile badge from 'technical preview' to 'beta' (#167543)

## Summary

The Mobile product is moving from technical preview to beta. This change
reflects that in the UI.

Before: 
<img width="659" alt="Screenshot 2023-09-25 at 4 15 13 PM"
src="59b85ca2-7feb-4899-bf6c-54da0c66fb51">

After: 

<img width="692" alt="Screenshot 2023-09-25 at 4 02 50 PM"
src="7b52451b-0f0d-415e-8679-0f19c6e83094">

<img width="770" alt="Screenshot 2023-09-25 at 4 04 54 PM"
src="0898511a-77ab-4c3f-ac3a-ca22513f8593">
This commit is contained in:
Bryce Buchanan 2023-09-29 09:16:29 -07:00 committed by GitHub
parent ec7e5079e3
commit ee1f448d64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@ import { useTimeRange } from '../../../../hooks/use_time_range';
import { getAlertingCapabilities } from '../../../alerting/utils/get_alerting_capabilities';
import { MobileSearchBar } from '../../../app/mobile/search_bar';
import { ServiceIcons } from '../../../shared/service_icons';
import { BetaBadge } from '../../../shared/beta_badge';
import { TechnicalPreviewBadge } from '../../../shared/technical_preview_badge';
import { ApmMainTemplate } from '../apm_main_template';
import { AnalyzeDataButton } from '../apm_service_template/analyze_data_button';
@ -122,7 +123,7 @@ function TemplateWithContext({
/>
</EuiFlexItem>
<EuiFlexItem grow={false}>
<TechnicalPreviewBadge />
<BetaBadge icon="beta" />
</EuiFlexItem>
</EuiFlexGroup>
</EuiFlexItem>