Skip to content

Commit

Permalink
Fix classname
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed May 19, 2020
1 parent b5d5a82 commit e44e477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default function Header( {
</MainDashboardButton.Slot>
<div className="edit-site-header__toolbar">
<Button
className="edit-post-header-toolbar__inserter-toggle"
className="edit-site-header-toolbar__inserter-toggle"
isPrimary
isPressed={ isInserterOpen }
onClick={ onToggleInserter }
Expand Down

0 comments on commit e44e477

Please sign in to comment.