Skip to content

Commit 5d628b0

Browse files
committed
Making Job Title a text area instead of a text field to allow for longer content.
1 parent 2660c5b commit 5d628b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1>Badger Press</h1>
2222
<label for="company">Company:</label>
2323
<input type="text" id="company" name="company">
2424
<label for="jobtitle">Job Title:</label>
25-
<input type="text" id="jobtitle" name="jobtitle">
25+
<textarea id="jobtitle" name="jobtitle" rows="2" cols="50"></textarea>
2626
<label for="pronouns">Pronouns:</label>
2727
<input type="text" id="pronouns" name="pronouns">
2828
</div>

0 commit comments

Comments
 (0)