We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42840a7 + 6f6337b commit 93d8f81Copy full SHA for 93d8f81
1 file changed
src/wp-includes/block-template-utils.php
@@ -105,7 +105,7 @@ function get_allowed_block_template_part_areas() {
105
'description' => __(
106
'The Navigation Overlay template defines a full-screen overlay area that typically contains navigation links and can be toggled on and off.'
107
),
108
- 'icon' => 'overlay',
+ 'icon' => 'navigation-overlay',
109
'area_tag' => 'div',
110
111
);
0 commit comments