From 5fdd3ff2b3ae0a2475bf7d43206fff4e4bedf6b1 Mon Sep 17 00:00:00 2001 From: brendamuir <100768211+brendamuir@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:09:38 +0100 Subject: [PATCH] Update docs/sources/structure/topic-types/landing-page/index.md Co-authored-by: Jack Baldry --- .../structure/topic-types/landing-page/index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/sources/structure/topic-types/landing-page/index.md b/docs/sources/structure/topic-types/landing-page/index.md index 8723cf48a..0e77d10a7 100644 --- a/docs/sources/structure/topic-types/landing-page/index.md +++ b/docs/sources/structure/topic-types/landing-page/index.md @@ -46,13 +46,13 @@ To create a landing page, complete the following steps. ```markdown cards: - title_class: pt-0 lh-1 - items: - title: Grafana Alerting - href: /docs/grafana-cloud/alerting-and-irm/alerting/ - description: Allows you to learn about problems in your systems moments after they occur. Monitor your incoming metrics data or log entries and set up your Alerting system to watch for specific events or circumstances and then send notifications when those things are found. - logo: /media/docs/grafana-cloud/alerting-and-irm/grafana-icon-alerting.svg - height: 24 + title_class: pt-0 lh-1 + items: + - title: Grafana Alerting + href: /docs/grafana-cloud/alerting-and-irm/alerting/ + description: Allows you to learn about problems in your systems moments after they occur. Monitor your incoming metrics data or log entries and set up your Alerting system to watch for specific events or circumstances and then send notifications when those things are found. + logo: /media/docs/grafana-cloud/alerting-and-irm/grafana-icon-alerting.svg + height: 24 ``` {{< admonition type="note" >}}