Fixing up deployment
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user