Skip to content

Commit

Permalink
Update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed May 5, 2023
1 parent 0c894c2 commit 6863a53
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

0 comments on commit 6863a53

Please sign in to comment.