Browse Source

ref(feedback): update empty state illustration (#60399)

<img width="1228" alt="SCR-20231121-jqzf"
src="https://github.com/getsentry/sentry/assets/56095982/facb135c-d7d0-49c9-a656-b8a7e20e1f93">

Closes https://github.com/getsentry/sentry/issues/60350
Michelle Zhang 1 year ago
parent
commit
c6ce96980c

+ 2 - 2
static/app/components/feedback/feedbackSetupPanel.tsx

@@ -1,7 +1,7 @@
 import {Fragment, useEffect} from 'react';
 import styled from '@emotion/styled';
 
-import newFeatureImg from 'sentry-images/spot/new-feature.svg';
+import feedbackOnboardingImg from 'sentry-images/spot/feedback-onboarding.svg';
 
 import {LinkButton} from 'sentry/components/button';
 import Panel from 'sentry/components/panels/panel';
@@ -38,7 +38,7 @@ export default function FeedbackSetupPanel() {
     <Panel>
       <Container>
         <IlloBox>
-          <img src={newFeatureImg} />
+          <img src={feedbackOnboardingImg} />
         </IlloBox>
         <StyledBox>
           <Fragment>

File diff suppressed because it is too large
+ 138 - 0
static/images/spot/feedback-onboarding.svg


Some files were not shown because too many files changed in this diff