Adds Monsters and Locations
This commit is contained in:
@@ -48,7 +48,7 @@ export const NpcForm = ({
|
||||
onSubmit={handleSubmit}
|
||||
>
|
||||
<h3>Create new npc</h3>
|
||||
<div className="flex gap-5 w-full">
|
||||
<div className="flex gap-5 w-full items-center">
|
||||
<label>Name</label>
|
||||
<input
|
||||
type="text"
|
||||
@@ -60,7 +60,7 @@ export const NpcForm = ({
|
||||
aria-label="Name"
|
||||
/>
|
||||
</div>
|
||||
<div className="flex gap-5 w-full">
|
||||
<div className="flex gap-5 w-full items-center">
|
||||
<label>Description</label>
|
||||
<textarea
|
||||
className="flex-1 px-3 py-2 rounded bg-slate-800 text-slate-100 border border-slate-700 focus:outline-none focus:ring-2 focus:ring-violet-500"
|
||||
|
||||
Reference in New Issue
Block a user