Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import styled from '@emotion/styled';
import ChartZoom from 'sentry/components/charts/chartZoom';
import type {LineChartSeries} from 'sentry/components/charts/lineChart';
import {LineChart} from 'sentry/components/charts/lineChart';
import {FeatureBadge} from 'sentry/components/core/badge/featureBadge';
import {Button} from 'sentry/components/core/button';
import {LinkButton} from 'sentry/components/core/button/linkButton';
import {Flex} from 'sentry/components/core/layout';
Expand Down Expand Up @@ -334,7 +335,10 @@ function SeerSuggestionsSection({

return (
<div>
<SectionHeading>{t('Seer Suggestions')}</SectionHeading>
<SectionHeading>
{t('Seer Suggestions')}
<FeatureBadge type="beta" />
</SectionHeading>
<Content>
<SeerSuggestionGrid>
{/* Issues are still loading, or projectScore is still loading, or seer analysis is still running */}
Expand Down
Loading