[v9.0.x] Alerting: Use relative path for flow chart image (#51426)

Co-authored-by: Patrick Baus <github@maat-family.de>
This commit is contained in:
Grot (@grafanabot)
2022-06-27 12:01:28 +02:00
committed by GitHub
co-authored by Patrick Baus
parent 5d9905cc82
commit 896396e04b
@@ -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"
/>
)}