Просмотр исходного кода

feat(perf): Change tags page UI to beta (#27429)

For the EA of tags page, switch to beta badge.
k-fish 3 лет назад
Родитель
Сommit
034608b2d0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      static/app/views/performance/transactionSummary/header.tsx

+ 1 - 1
static/app/views/performance/transactionSummary/header.tsx

@@ -248,7 +248,7 @@ class TransactionHeader extends React.Component<Props> {
                 onClick={this.trackTagsTabClick}
               >
                 {t('Tags')}
-                <FeatureBadge type="alpha" noTooltip />
+                <FeatureBadge type="beta" noTooltip />
               </ListLink>
             </Feature>
             <Feature features={['organizations:performance-events-page']}>