Skip to content

Commit

Permalink
fixing heading levels to improve accessibility (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
polatengin authored Jan 18, 2024
1 parent 7261dd8 commit a6c928a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ class FeedbackBoardMetadataForm extends React.Component<IFeedbackBoardMetadataFo
return (
<div className="board-metadata-form">
<section className="board-metadata-form-board-settings hide-mobile">
<h3 className="board-metadata-form-section-header">Board Settings</h3>
<h2 className="board-metadata-form-section-header">Board Settings</h2>
<div className="board-metadata-form-section-subheader">
<label htmlFor="title-input-container">Title<span style={{color: "rgb(255 72 94)", position: "relative", fontSize: "0.8em", bottom: "6px", margin: "0 4px"}}>(*)</span>:</label>
<TextField
Expand Down Expand Up @@ -403,7 +403,7 @@ class FeedbackBoardMetadataForm extends React.Component<IFeedbackBoardMetadataFo
</div>
</section>
<section className="board-metadata-edit-column-settings hide-mobile">
<h3 className="board-metadata-form-section-header">Column Settings</h3>
<h2 className="board-metadata-form-section-header">Column Settings</h2>
<div className="board-metadata-form-section-information">
<i className="fas fa-exclamation-circle"></i>&nbsp;You can create a maximum of {this.maxColumnCount} columns in a retrospective.
</div>
Expand Down

0 comments on commit a6c928a

Please sign in to comment.