This changes the beta badge to new in preparation to GA the mobile performance landing page.
@@ -54,7 +54,7 @@ export const LANDING_DISPLAYS = [
field: LandingDisplayField.MOBILE,
isShown: (organization: Organization) =>
organization.features.includes('performance-mobile-vitals'),
- badge: 'beta' as const,
+ badge: 'new' as const,
},
];