Skip to content

Commit b16e472

Browse files
authored
Toolbar: Use class instead of className. (#98523)
1 parent b5bc57f commit b16e472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/layout/masterbar/logged-in.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ class MasterbarLoggedIn extends Component {
488488
preloadSection={ this.preloadReader }
489489
hasGlobalBorderStyle
490490
>
491-
<span class="masterbar__icon-label masterbar__item-reader-label">
491+
<span className="masterbar__icon-label masterbar__item-reader-label">
492492
{ translate( 'Reader' ) }
493493
</span>
494494
</Item>

0 commit comments

Comments
 (0)