diff --git a/.betterer.results b/.betterer.results
index d1176ccb0d3..e5ebd5f9f77 100644
--- a/.betterer.results
+++ b/.betterer.results
@@ -2235,12 +2235,7 @@ exports[`better eslint`] = {
[0, 0, 0, "Styles should be written using objects.", "6"],
[0, 0, 0, "Styles should be written using objects.", "7"],
[0, 0, 0, "Styles should be written using objects.", "8"],
- [0, 0, 0, "Styles should be written using objects.", "9"],
- [0, 0, 0, "Styles should be written using objects.", "10"],
- [0, 0, 0, "Styles should be written using objects.", "11"],
- [0, 0, 0, "Styles should be written using objects.", "12"],
- [0, 0, 0, "Styles should be written using objects.", "13"],
- [0, 0, 0, "Styles should be written using objects.", "14"]
+ [0, 0, 0, "Styles should be written using objects.", "9"]
],
"public/app/features/alerting/unified/hooks/useAlertmanagerConfig.ts:5381": [
[0, 0, 0, "Do not use any type assertions.", "0"]
diff --git a/public/app/features/alerting/unified/home/GettingStarted.tsx b/public/app/features/alerting/unified/home/GettingStarted.tsx
index fab54bb8029..64050bf81fb 100644
--- a/public/app/features/alerting/unified/home/GettingStarted.tsx
+++ b/public/app/features/alerting/unified/home/GettingStarted.tsx
@@ -4,7 +4,7 @@ import SVG from 'react-inlinesvg';
import { GrafanaTheme2 } from '@grafana/data';
import { EmbeddedScene, SceneFlexLayout, SceneFlexItem, SceneReactObject } from '@grafana/scenes';
-import { Icon, useStyles2, useTheme2, Stack } from '@grafana/ui';
+import { useStyles2, useTheme2, Stack, Text, TextLink } from '@grafana/ui';
export const getOverviewScene = () => {
return new EmbeddedScene({
@@ -26,9 +26,9 @@ export default function GettingStarted() {
return (
-
-
-
How it works
+
+
+ How it works
Grafana alerting periodically queries data sources and evaluates the condition defined in the alert rule
@@ -37,19 +37,24 @@ export default function GettingStarted() {
Firing instances are routed to notification policies based on matching labels
Notifications are sent out to the contact points specified in the notification policy
-
-
+
+
+
+
+
+
-
-
Get started
-
+
+
+ Get started
- Create an alert rule by adding queries and expressions from multiple data sources.
+ Create an alert rule by adding queries and expressions from multiple data
+ sources.
Add labels to your alert rules to connect them to notification policies
@@ -61,9 +66,9 @@ export default function GettingStarted() {
Configure notification policies to route your alert instances to contact points.