From ee1f448d64f9788afba872e12dbfb62064510a28 Mon Sep 17 00:00:00 2001 From: Bryce Buchanan <75274611+bryce-b@users.noreply.github.com> Date: Fri, 29 Sep 2023 09:16:29 -0700 Subject: [PATCH] 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: Screenshot 2023-09-25 at 4 15 13 PM After: Screenshot 2023-09-25 at 4 02 50 PM Screenshot 2023-09-25 at 4 04 54 PM --- .../routing/templates/mobile_service_template/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/apm/public/components/routing/templates/mobile_service_template/index.tsx b/x-pack/plugins/apm/public/components/routing/templates/mobile_service_template/index.tsx index cc841b200a5b..acddb4677bf0 100644 --- a/x-pack/plugins/apm/public/components/routing/templates/mobile_service_template/index.tsx +++ b/x-pack/plugins/apm/public/components/routing/templates/mobile_service_template/index.tsx @@ -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({ /> - +