Skip to content

Commit

Permalink
Feat: Correct support info
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleinmaster authored Oct 28, 2023
1 parent a0e7792 commit b64b28a
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 b64b28a

Please sign in to comment.