Browse Source

feat(mobile-vitals): Change mobile performance landing badge to new (#28075)

This changes the beta badge to new in preparation to GA the mobile performance
landing page.
Tony Xiao 3 years ago
parent
commit
de6449c11b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/views/performance/landing/utils.tsx

+ 1 - 1
static/app/views/performance/landing/utils.tsx

@@ -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,
   },
 ];