Skip to content

Commit 8ca0ed1

Browse files
committed
ref(settings): Remove "new" badge from Data Forwarding
The Data Forwarding feature is no longer new — remove the FeatureBadge from both the settings navigation item and the page header.
1 parent b4ec6d9 commit 8ca0ed1

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

static/app/views/settings/organization/userOrgNavigationConfiguration.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ export function getUserOrgNavigationConfiguration(): NavigationSection[] {
132132
title: t('Data Forwarding'),
133133
description: t('Manage data forwarding across your organization'),
134134
id: 'data-forwarding',
135-
badge: () => <FeatureBadge type="new" />,
136135
recordAnalytics: true,
137136
},
138137
{

static/app/views/settings/organizationDataForwarding/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import {Fragment} from 'react';
22

3-
import {FeatureBadge} from '@sentry/scraps/badge';
43
import {LinkButton} from '@sentry/scraps/button';
54
import {Flex, Stack} from '@sentry/scraps/layout';
65
import {ExternalLink} from '@sentry/scraps/link';
@@ -103,7 +102,6 @@ export default function OrganizationDataForwarding() {
103102
<Flex direction="column" gap="sm">
104103
<Flex align="center" gap="lg">
105104
<Heading as="h1">{t('Data Forwarding')}</Heading>
106-
<FeatureBadge type="new" />
107105
</Flex>
108106
<Text variant="muted">
109107
{tct(

0 commit comments

Comments
 (0)