tweak feedback text

This commit is contained in:
taskylizard
2023-12-18 11:36:23 +00:00
parent 8fb6cffff4
commit 27f3eb0691
2 changed files with 211 additions and 71 deletions

View File

@@ -39,8 +39,8 @@ async function handleSubmit(type?: FeedbackType["type"]) {
if (data.status === "ok") {
success.value = true;
}
} catch (error_) {
error.value = error_;
} catch (error) {
error.value = error;
} finally {
loading.value = false;
}
@@ -82,11 +82,11 @@ async function handleSubmit(type?: FeedbackType["type"]) {
class="input"
placeholder="What a lovely wiki!" />
<p class="desc mb-2">
Join our
If you'd prefer to be contacted through another platform, feel free to mention it in the
message or join our
<a class="text-primary font-semibold text-underline" href="https://discord.gg/Stz6y6NgNg"
>Discord</a
>
if you'd like a response to your feedback.
>.
</p>
<button
type="submit"