Alerting: Use relative path for flow chart image (#51409)

This commit is contained in:
Patrick Baus
2022-06-27 11:19:04 +02:00
committed by GitHub
parent 9f4365be13
commit 26424260ca

View File

@@ -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"
/>
)}