Skip to content

Commit

Permalink
Use symbol icon for Site Editor > Template Parts menu (#50410)
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed May 8, 2023
1 parent 7c10448 commit 6026fe2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
__experimentalNavigatorButton as NavigatorButton,
} from '@wordpress/components';
import { __ } from '@wordpress/i18n';
import { layout, symbolFilled, navigation, styles } from '@wordpress/icons';
import { layout, symbol, navigation, styles } from '@wordpress/icons';
import { useSelect } from '@wordpress/data';
import { store as coreStore } from '@wordpress/core-data';

Expand Down Expand Up @@ -88,7 +88,7 @@ export default function SidebarNavigationScreenMain() {
as={ SidebarNavigationItem }
path="/wp_template_part"
withChevron
icon={ symbolFilled }
icon={ symbol }
>
{ __( 'Template Parts' ) }
</NavigatorButton>
Expand Down

1 comment on commit 6026fe2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 6026fe2.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4917143154
📝 Reported issues:

Please sign in to comment.