Skip to content

Commit

Permalink
feat: Correct support info (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleinmaster authored Oct 29, 2023
1 parent a0e7792 commit c353146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/Modal/ErrorDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const ErrorDialog: FC<ErrorDialogProps> = ({ error, onAcknowledge }) => {
</div>

<div className="flex flex-col">
<p>Use this error code to obtain support on <a onClick={handleOpenDiscordSupport}>Discord</a>:</p>
<p>Obtain support with a screenshot of this dialog on <a onClick={handleOpenDiscordSupport}>Discord</a>:</p>

<SentrySessionCard />
</div>
Expand Down

0 comments on commit c353146

Please sign in to comment.