Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
just1689 committed May 15, 2018
1 parent 6a24369 commit b65ef6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<fieldset>
<div class="form-group">
<label for="inputName">Nickname</label>
<input type="name" class="form-control" id="inputName" aria-describedby="nameHelp" placeholder="Enter a nickname" value="" />
<input type="text" class="form-control" id="inputName" aria-describedby="nameHelp" placeholder="Enter a nickname" value="" />
<small id="nameHelp" class="form-text text-muted">Your name within the game of no name.</small>
</div>
<div class="form-group">
Expand Down

0 comments on commit b65ef6a

Please sign in to comment.