Skip to content

Commit

Permalink
Change classname
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Sep 4, 2023
1 parent 3e7434b commit d1f6561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/block-editor/src/hooks/auto-inserting-blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function AutoInsertingBlocksControl( props ) {
return (
<InspectorControls>
<PanelBody
className="block-editor-hooks__auto-inserting-blocks"
className="block-editor-hooks__block-hooks"
title={ __( 'Plugins' ) }
initialOpen={ true }
>
Expand Down
2 changes: 1 addition & 1 deletion packages/block-editor/src/hooks/auto-inserting-blocks.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.block-editor-hooks__auto-inserting-blocks {
.block-editor-hooks__block-hooks {
/**
* Since we're displaying the block icon alongside the block name,
* we need to right-align the toggle.
Expand Down

0 comments on commit d1f6561

Please sign in to comment.