Skip to content

Commit

Permalink
EDSC-3074: Labeled Fieldset element with Legend element
Browse files Browse the repository at this point in the history
* Update body.html

* EDSC-3074: Labeled Fieldset element with Legend element
  • Loading branch information
Chauncy-S committed May 11, 2021
1 parent 45463dc commit 0a43f1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/src/js/components/ContactInfo/ContactInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ class ContactInfo extends Component {

return (
<fieldset className="contact-info-form">
<h3>View Contact Information</h3>
<legend>
<h3>View Contact Information</h3>
</legend>
<ul className="contact-info-form__list">
<li className="contact-info-form__item">
<span className="contact-info-form__label">First Name</span>
Expand Down

0 comments on commit 0a43f1f

Please sign in to comment.