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>
</label>
<input
type="text"
<textarea
placeholder="e.g. This market is part of the ACX predictions for 2022..."
className="input"
value={description}