mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 01:41:52 +11:00
tweak feedback text
This commit is contained in:
parent
8fb6cffff4
commit
27f3eb0691
2 changed files with 211 additions and 71 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue