diff --git a/static/app/views/detectors/list/cron.tsx b/static/app/views/detectors/list/cron.tsx index ac861c9fa7b39e..e44c24a5130125 100644 --- a/static/app/views/detectors/list/cron.tsx +++ b/static/app/views/detectors/list/cron.tsx @@ -2,7 +2,7 @@ import {useMemo, useRef} from 'react'; import styled from '@emotion/styled'; import {PlatformIcon} from 'platformicons'; -import onboardingImg from 'sentry-images/spot/onboarding-preview.svg'; +import onboardingImg from 'sentry-images/spot/crons-onboarding.svg'; import {LinkButton} from '@sentry/scraps/button'; import {Flex, Stack} from '@sentry/scraps/layout'; diff --git a/static/app/views/insights/crons/components/platformPickerPanel.tsx b/static/app/views/insights/crons/components/platformPickerPanel.tsx index 09549a58e39e8e..38c649b8f76287 100644 --- a/static/app/views/insights/crons/components/platformPickerPanel.tsx +++ b/static/app/views/insights/crons/components/platformPickerPanel.tsx @@ -1,7 +1,7 @@ import styled from '@emotion/styled'; import {PlatformIcon} from 'platformicons'; -import onboardingImg from 'sentry-images/spot/onboarding-preview.svg'; +import onboardingImg from 'sentry-images/spot/crons-onboarding.svg'; import {Button} from '@sentry/scraps/button'; import {Flex} from '@sentry/scraps/layout'; diff --git a/static/images/spot/crons-onboarding.svg b/static/images/spot/crons-onboarding.svg new file mode 100644 index 00000000000000..e8014e703ed267 --- /dev/null +++ b/static/images/spot/crons-onboarding.svg @@ -0,0 +1 @@ + \ No newline at end of file