Skip to content

Commit

Permalink
Update screen reader class
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiehuff committed Apr 23, 2024
1 parent 95b8499 commit bafc9de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class MockFilterSidePanelExample extends React.Component {

return (
<span>
<span className="pf-v6-u-screen-reader">{`${count} stars`}</span>
<span className="pf-v6-screen-reader">{`${count} stars`}</span>
{stars}
</span>
);
Expand Down

0 comments on commit bafc9de

Please sign in to comment.