From b3e9a6d0b3882746f79a010766f85ef4e4cea90b Mon Sep 17 00:00:00 2001 From: Tom Ratcliffe Date: Thu, 7 Mar 2024 16:37:57 +0000 Subject: [PATCH] Use Text component more consistently in GettingStarted --- .../app/features/alerting/unified/home/GettingStarted.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/public/app/features/alerting/unified/home/GettingStarted.tsx b/public/app/features/alerting/unified/home/GettingStarted.tsx index 99b5cc544e6..da8010b6f73 100644 --- a/public/app/features/alerting/unified/home/GettingStarted.tsx +++ b/public/app/features/alerting/unified/home/GettingStarted.tsx @@ -57,13 +57,15 @@ export default function GettingStarted() { sources.
  • - Add labels to your alert rules to connect them to notification policies + Add labels to your alert rules{' '} + to connect them to notification policies
  • - Configure contact points to define where to send your notifications to. + Configure contact points to define where to send your notifications to.
  • - Configure notification policies to route your alert instances to contact points. + Configure notification policies to route your alert instances to contact + points.