Skip to content

Commit bee34c8

Browse files
committed
Change jobtitle to textarea instead of text to allow for longer text with a friendly UX.
1 parent 5d628b0 commit bee34c8

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
@@ -25,7 +25,7 @@ <h1>Badger Press</h1>
2525
<textarea id="jobtitle" name="jobtitle" rows="2" cols="50"></textarea>
2626
<label for="pronouns">Pronouns:</label>
2727
<input type="text" id="pronouns" name="pronouns">
28-
</div>
28+
</div>
2929
<div class="preview-section">
3030
<div class="badge-preview">
3131
<canvas id="badgeCanvas" width="296" height="128"></canvas>

0 commit comments

Comments
 (0)