Skip to content

Commit

Permalink
Toolbar: Use class instead of className. (#98523)
Browse files Browse the repository at this point in the history
  • Loading branch information
spsiddarthan authored Jan 17, 2025
1 parent b5bc57f commit b16e472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/layout/masterbar/logged-in.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ class MasterbarLoggedIn extends Component {
preloadSection={ this.preloadReader }
hasGlobalBorderStyle
>
<span class="masterbar__icon-label masterbar__item-reader-label">
<span className="masterbar__icon-label masterbar__item-reader-label">
{ translate( 'Reader' ) }
</span>
</Item>
Expand Down

0 comments on commit b16e472

Please sign in to comment.