From 788dc1093a9c42b081f4c3c84e1148fb52630d0a Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Sat, 4 Nov 2023 23:00:26 +0530 Subject: [PATCH] format --- .vitepress/theme/components/Feedback.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vitepress/theme/components/Feedback.vue b/.vitepress/theme/components/Feedback.vue index b91554366..df6116866 100644 --- a/.vitepress/theme/components/Feedback.vue +++ b/.vitepress/theme/components/Feedback.vue @@ -46,8 +46,8 @@ async function handleSubmit(type?: string) { const response = await fetch("https://feedback.tasky.workers.dev", { method: "POST", headers: { - 'Access-Control-Allow-Origin':'*', - 'Access-Control-Allow-Methods':'POST,PATCH,OPTIONS' + "Access-Control-Allow-Origin": "*", + "Access-Control-Allow-Methods": "POST,PATCH,OPTIONS", "Content-Type": "application/json", }, body: JSON.stringify(body), @@ -101,7 +101,7 @@ async function handleSubmit(type?: string) { -
Contact, so we can get back to you. (Optional)
+Contacts, so we can get back to you. (Optional)