diff --git a/src/pages/BugReport.jsx b/src/pages/BugReport.jsx index 8c9a099..3599d0b 100644 --- a/src/pages/BugReport.jsx +++ b/src/pages/BugReport.jsx @@ -173,7 +173,7 @@ export default function BugReport() { return ( <> -
+
-
+
diff --git a/src/pages/Templates.jsx b/src/pages/Templates.jsx index a0709c6..04154c7 100644 --- a/src/pages/Templates.jsx +++ b/src/pages/Templates.jsx @@ -5,7 +5,7 @@ import { Link } from "react-router-dom"; export default function Templates() { return (
-
+
-
+
{}} >
-
+
{shortcuts.map((s, i) => (
diff --git a/src/pages/survey.jsx b/src/pages/survey.jsx index 93956da..fcc961c 100644 --- a/src/pages/survey.jsx +++ b/src/pages/survey.jsx @@ -73,7 +73,9 @@ function SurveyForm({ theme }) { subject: `[SURVEY]: ${new Date().toDateString()}`, message: `${Object.keys(form).map( (k) => `
${questions[k]}
${form[k]}
` - )}
How can we make drawDB a better experience for you?
${$generateHtmlFromNodes(editor)}`, + )}
How can we make drawDB a better experience for you?
${$generateHtmlFromNodes( + editor + )}`, }) .then((res) => { Toast.success("Thanks for the feedback!"); @@ -272,7 +274,7 @@ export default function Survey() { return ( <> -
+