mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Use relative path for flow chart image (#51409)
This commit is contained in:
parent
9f4365be13
commit
26424260ca
@ -27,7 +27,7 @@ export const NotificationsStep: FC = () => {
|
||||
{!hideFlowChart && (
|
||||
<img
|
||||
className={styles.flowChart}
|
||||
src={`/public/img/alerting/notification_policy_${theme.name.toLowerCase()}.svg`}
|
||||
src={`public/img/alerting/notification_policy_${theme.name.toLowerCase()}.svg`}
|
||||
alt="notification policy flow chart"
|
||||
/>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user