v0.5.0 UI and new message rules

This commit is contained in:
2026-03-10 11:14:33 -04:00
parent d5087cd693
commit 110624c866
11 changed files with 127 additions and 16 deletions

View File

@@ -101,7 +101,7 @@ export default function SupportModal({ onClose }) {
placeholder="Jane Smith"
value={name}
onChange={e => setName(e.target.value)}
autoFocus
maxLength={100}
/>
</div>