From aae695a61ee5fac5d2c31318bad87a79ab57aacf Mon Sep 17 00:00:00 2001 From: 1ilit Date: Thu, 30 Nov 2023 15:02:13 +0200 Subject: [PATCH] Fix spacing --- src/pages/BugReport.jsx | 4 ++-- src/pages/Templates.jsx | 2 +- src/pages/shortcuts.jsx | 4 ++-- src/pages/survey.jsx | 6 ++++-- 4 files changed, 9 insertions(+), 7 deletions(-) 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 ( <> -
+