chore(batch-changes): remove beta badge from batch changes (#63423)

This commit is contained in:
Bolaji Olajide 2024-06-21 22:15:59 +01:00 committed by GitHub
parent ce7531f060
commit e707101ebd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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