Merge pull request #3643 from FreeCodeCamp/fix/commit-amount-group
Fix default dollar amount incorrectly set
This commit is contained in:
@ -42,7 +42,7 @@ block content
|
||||
input(type='radio' id='10-dollar-pledge' value='10' name='amount' checked="checked")
|
||||
| $10 per month
|
||||
label.btn.btn-success
|
||||
input(type='radio' id='25-dollar-pledge' value='25' name='amount' checked="checked")
|
||||
input(type='radio' id='25-dollar-pledge' value='25' name='amount')
|
||||
| $25 per month
|
||||
label.btn.btn-success
|
||||
input(type='radio' id='50-dollar-pledge' value='50' name='amount')
|
||||
|
Reference in New Issue
Block a user