diff --git a/public/app/features/alerting/unified/home/Insights.tsx b/public/app/features/alerting/unified/home/Insights.tsx
index 9d85797751b..14bd54b0682 100644
--- a/public/app/features/alerting/unified/home/Insights.tsx
+++ b/public/app/features/alerting/unified/home/Insights.tsx
@@ -176,24 +176,22 @@ export function getInsightsScenes() {
component: SectionSubheader,
props: {
children: (
- <>
-
- Monitor the status of your system{' '}
-
- Alerting insights provides pre-built dashboards to monitor your alerting data.
-
-
- You can identify patterns in why things go wrong and discover trends in alerting performance
- within your organization.
-
- }
- >
-
-
-
- >
+
+ Monitor the status of your system{' '}
+
+ Alerting insights provides pre-built dashboards to monitor your alerting data.
+
+
+ You can identify patterns in why things go wrong and discover trends in alerting performance within
+ your organization.
+
+ }
+ >
+
+
+
),
},
}),
diff --git a/public/app/features/alerting/unified/rule-list/components/RuleGroupActionsMenu.tsx b/public/app/features/alerting/unified/rule-list/components/RuleGroupActionsMenu.tsx
index 7c2735ea5cd..5b61f83d543 100644
--- a/public/app/features/alerting/unified/rule-list/components/RuleGroupActionsMenu.tsx
+++ b/public/app/features/alerting/unified/rule-list/components/RuleGroupActionsMenu.tsx
@@ -3,20 +3,18 @@ import { t } from 'app/core/internationalization';
export function RuleGroupActionsMenu() {
return (
- <>
-
-
-
-
-
-
-
- }
- >
-
-
- >
+
+
+
+
+
+
+
+ }
+ >
+
+
);
}