fix: resolve css issues with button icons

This commit is contained in:
Aarnav Tale 2025-01-06 08:39:15 +05:30
parent 328302cd81
commit 888c1a5fb6
No known key found for this signature in database
3 changed files with 3 additions and 2 deletions

View file

@ -34,6 +34,7 @@ export default function Add({ magic }: Props) {
method="POST"
onSubmit={(event) => {
submit(event.currentTarget);
setUsername('');
}}
>
<input type="hidden" name="_method" value="create" />