mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Alerting: Fix home page typo (#64506)
This commit is contained in:
@@ -140,7 +140,7 @@ function WelcomeHeader({ className }: { className?: string }) {
|
|||||||
<ContentBox className={cx(styles.ctaContainer, className)}>
|
<ContentBox className={cx(styles.ctaContainer, className)}>
|
||||||
<WelcomeCTABox
|
<WelcomeCTABox
|
||||||
title="Alert rules"
|
title="Alert rules"
|
||||||
description="Define the condition that must be me before an alert rule fires"
|
description="Define the condition that must be met before an alert rule fires"
|
||||||
href="/alerting/list"
|
href="/alerting/list"
|
||||||
hrefText="Manage alert rules"
|
hrefText="Manage alert rules"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user