Skip to content

Commit

Permalink
Site Editor: Fix Inserter classes (#38112)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored Jan 20, 2022
1 parent c8a31e4 commit 5f055de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ export default function InserterSidebar() {
{ ...inserterDialogProps }
className="edit-site-editor__inserter-panel"
>
<TagName className="edit-post-editor__inserter-panel-header">
<TagName className="edit-site-editor__inserter-panel-header">
<Button
icon={ close }
label={ __( 'Close block inserter' ) }
onClick={ () => setIsInserterOpened( false ) }
/>
</TagName>
<div className="edit-post-editor__inserter-panel-content">
<div className="edit-site-editor__inserter-panel-content">
<Library
showInserterHelpPanel
shouldFocusBlock={ isMobile }
Expand Down

0 comments on commit 5f055de

Please sign in to comment.