Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit e707101

Browse files
chore(batch-changes): remove beta badge from batch changes (#63423)
1 parent ce7531f commit e707101

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/web/src/enterprise/batches/batch-spec/header/BatchChangeHeader.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react'
22

33
import classNames from 'classnames'
44

5-
import { PageHeader, FeedbackBadge } from '@sourcegraph/wildcard'
5+
import { PageHeader } from '@sourcegraph/wildcard'
66

77
import { BatchChangesIcon } from '../../../../batches/icons'
88

@@ -22,7 +22,6 @@ export const BatchChangeHeader: React.FC<BatchChangeHeaderProps> = ({ className,
2222
<PageHeader
2323
className={classNames('flex-1 pb-2', styles.header, className)}
2424
description={description || 'Run and manage large-scale changes across many repositories.'}
25-
annotation={<FeedbackBadge status="beta" feedback={{ mailto: 'support@sourcegraph.com' }} />}
2625
>
2726
<PageHeader.Heading as="h2" styleAs="h1">
2827
<PageHeader.Breadcrumb icon={BatchChangesIcon} />

0 commit comments

Comments
 (0)