Fixing up deployment

This commit is contained in:
2025-06-01 11:15:25 -07:00
parent 9c0d9326e0
commit 9cfdfbaf23
3 changed files with 6 additions and 6 deletions

View File

@@ -42,7 +42,10 @@ export const SceneForm = ({
}
return (
<form className="flex items-center gap-2 mt-4" onSubmit={handleSubmit}>
<form
className="flex flex-col items-left gap-2 mt-4"
onSubmit={handleSubmit}
>
<h3>Create new scene</h3>
<input
type="text"