don't autocapitalize website input; refactor tasks

This commit is contained in:
2024-02-03 19:33:52 -07:00
parent 719e3a467d
commit c3819ec919
2 changed files with 2 additions and 4 deletions

View File

@@ -60,6 +60,7 @@
<input
v-model="fullClaim.url"
placeholder="Website"
autocapitalize="none"
class="block w-full rounded border border-slate-400 mb-4 px-3 py-2"
/>