Change description input to use textarea

This commit is contained in:
James Grugett 2022-01-31 21:31:49 -06:00
parent bc208df597
commit 3bbe6062e9

View File

@ -192,8 +192,7 @@ ${TEST_VALUE}
<span className="label-text">Description</span> <span className="label-text">Description</span>
</label> </label>
<input <textarea
type="text"
placeholder="e.g. This market is part of the ACX predictions for 2022..." placeholder="e.g. This market is part of the ACX predictions for 2022..."
className="input" className="input"
value={description} value={description}