mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user