Fix self-closing tags

This commit is contained in:
Jon Staab
2025-02-03 15:01:42 -08:00
parent 34477e8ea6
commit cfbff94b4c
26 changed files with 46 additions and 37 deletions
+2 -1
View File
@@ -50,7 +50,8 @@
class="textarea textarea-bordered leading-4"
rows="3"
bind:value={values.about}
slot="input" />
slot="input">
</textarea>
</Field>
<Field>
<p slot="label">Nostr Address</p>