[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:
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"
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user