diff --git a/plugins/pagerduty/src/components/Incident/IncidentEmptyState.tsx b/plugins/pagerduty/src/components/Incident/IncidentEmptyState.tsx index c140620bb3..b697422b0f 100644 --- a/plugins/pagerduty/src/components/Incident/IncidentEmptyState.tsx +++ b/plugins/pagerduty/src/components/Incident/IncidentEmptyState.tsx @@ -16,7 +16,7 @@ import React from 'react'; import { Grid, Typography } from '@material-ui/core'; -import EmptyStateImage from '../../assets/emptyState.svg'; +import EmptyStateImage from '../../assets/emptystate.svg'; export const IncidentsEmptyState = () => { return (