|
@@ -6,7 +6,6 @@ import onboardingImg from 'sentry-images/spot/onboarding-preview.svg';
|
|
|
|
|
|
import Alert from 'sentry/components/alert';
|
|
|
import ButtonBar from 'sentry/components/buttonBar';
|
|
|
-import FeatureBadge from 'sentry/components/featureBadge';
|
|
|
import FeedbackWidgetButton from 'sentry/components/feedback/widget/feedbackWidgetButton';
|
|
|
import HookOrDefault from 'sentry/components/hookOrDefault';
|
|
|
import * as Layout from 'sentry/components/layouts/thirds';
|
|
@@ -105,7 +104,6 @@ export default function Monitors() {
|
|
|
)}
|
|
|
docsUrl="https://docs.sentry.io/product/crons/"
|
|
|
/>
|
|
|
- <FeatureBadge type="beta" />
|
|
|
</Layout.Title>
|
|
|
</Layout.HeaderContent>
|
|
|
<Layout.HeaderActions>
|