Skip to content

Commit

Permalink
replace submit button paragraph tag with div (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttbarnes authored and glasserc committed Jan 22, 2019
1 parent 2ccfa7e commit 2368740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,11 @@ export default class Form extends Component {
{children ? (
children
) : (
<p>
<div>
<button type="submit" className="btn btn-info">
Submit
</button>
</p>
</div>
)}
</form>
);
Expand Down

0 comments on commit 2368740

Please sign in to comment.