-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Block Library - Site Title]: Fix Site Title toolbar normalization #31032
Conversation
Size Change: +5 B (0%) Total Size: 1.47 MB
ℹ️ View Unchanged
|
@@ -19,7 +19,7 @@ import { createBlock, getDefaultBlockName } from '@wordpress/blocks'; | |||
/** | |||
* Internal dependencies | |||
*/ | |||
import LevelToolbar from './level-toolbar'; | |||
import LevelControl from './level-toolbar'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we rename the file :). This PR looks good otherwise.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need, because I'm planning on creating a PR today for extracting HeadingLevelDropdown
dropdown and use it in this block too.
Description
Based on comment: #30999 (comment)