Skip to content

Commit

Permalink
feat(replay): Mark the Accessibility tab as Alpha for release to EA o…
Browse files Browse the repository at this point in the history
…rgs (#61077)

Related to: #55501
  • Loading branch information
ryan953 authored Dec 4, 2023
1 parent cb71252 commit c016e2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion static/app/views/replays/detail/layout/focusTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ function getReplayTabs(organization: Organization): Record<TabKey, ReactNode> {
>
{t('Accessibility')}
</Tooltip>
<FeatureBadge type="beta" />
<FeatureBadge
type="alpha"
title={t('This feature is available for early adopters and may change')}
/>
</Fragment>
) : null,
[TabKey.MEMORY]: t('Memory'),
Expand Down

0 comments on commit c016e2a

Please sign in to comment.