web: fix text rendering in bug report confirmation dialog (#6573)

Signed-off-by: parthiv-m <parthivmenon.dev@gmail.com>
Co-authored-by: Abdullah Atta <thecodrr@protonmail.com>
This commit is contained in:
theProton
2024-09-24 03:25:23 -04:00
committed by GitHub
parent 595f2e9ba7
commit 0ff38c7ca3

View File

@@ -152,8 +152,10 @@ function showIssueReportedDialog({ url }: { url: string }) {
positiveButtonText: "Copy link",
message: `You can track your bug report at [${url}](${url}).
\
Please note that we will respond to your bug report on the link above. **We recommended that you save the above link for later reference.**
\
If your issue is critical (e.g. notes not syncing, crashes etc.), please [join our Discord community](https://discord.com/invite/zQBK97EE22) for one-to-one support.`
}).then((result) => {
result && writeText(url);