Skip to content

Commit

Permalink
Fix review page error icon alignment (#31613)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Aug 27, 2024
1 parent 4fcf08d commit ca060a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ class ReviewCollapsibleChapter extends React.Component {
uswds
>
{this.props.hasUnviewedPages && (
<va-icon icon="error" class="vads-u-color--secondary" />
<va-icon slot="icon" icon="error" class="vads-u-color--secondary" />
)}
{this.getChapterContent(this.props)}
</va-accordion-item>
Expand Down

0 comments on commit ca060a5

Please sign in to comment.