We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0132ce3 commit d4f55a9Copy full SHA for d4f55a9
2 files changed
website/src/routes/create/+page.svelte
@@ -200,7 +200,7 @@
200
<span class="label-text font-medium">Your Character Description</span>
201
</div>
202
<textarea
203
- name="characterpDescription"
+ name="characterDescription"
204
placeholder="description"
205
class="textarea w-full"
206
maxlength="1000"
website/src/routes/edit/characters/[id]/+page.svelte
@@ -129,7 +129,7 @@
129
<span class="label-text font-medium">Description</span>
130
131
132
133
134
135
0 commit comments