Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use network resource to avoid packaging issues
  • Loading branch information
antonis committed Dec 13, 2024
commit 61e4d4daca6b6233c8936fc097601c5e648d5302
Binary file removed packages/core/assets/sentrylogo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/core/src/js/feedback/FeedbackForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class FeedbackForm extends React.Component<FeedbackFormProps, FeedbackFor
<View style={styles.titleContainer}>
<Text style={styles.title}>{text.formTitle}</Text>
{config.showBranding && (
<Image source={require('../../../assets/sentrylogo.png')} style={styles.sentryLogo} />
<Image source={{uri: 'https://sentry-brand.storage.googleapis.com/sentry-glyph-black.png'}} style={styles.sentryLogo} />
)}
</View>

Expand Down
Loading