Merge pull request #499 from ryanxcharles/feature/not-bob
Do not default to "Bob"
This commit is contained in:
commit
9cffd56b6b
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@
|
|||
</div>
|
||||
<div class="small-12 medium-6 medium-centered large-6 large-centered columns m30v">
|
||||
<h6>Your name <small>Optional</small></h6>
|
||||
<input type="text" placeholder="Bob" class="form-control" ng-model="myNickname">
|
||||
<input type="text" placeholder="Name" class="form-control" ng-model="myNickname">
|
||||
</div>
|
||||
</div>
|
||||
<div class="large-12 columns line-dashed">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue