diff --git a/packages/block-library/src/navigation/edit/placeholder/index.js b/packages/block-library/src/navigation/edit/placeholder/index.js index 2c7155fdf81c14..8853eb122377d6 100644 --- a/packages/block-library/src/navigation/edit/placeholder/index.js +++ b/packages/block-library/src/navigation/edit/placeholder/index.js @@ -13,7 +13,7 @@ import { store as coreStore } from '@wordpress/core-data'; import { useDispatch } from '@wordpress/data'; import { useCallback, useState, useEffect } from '@wordpress/element'; import { __ } from '@wordpress/i18n'; -import { navigation, chevronDown, Icon } from '@wordpress/icons'; +import { navigation, Icon } from '@wordpress/icons'; /** * Internal dependencies @@ -34,13 +34,14 @@ const ExistingMenusDropdown = ( { onCreateFromMenu, } ) => { const toggleProps = { - variant: 'primary', + variant: 'tertiary', + iconPosition: 'right', className: 'wp-block-navigation-placeholder__actions__dropdown', }; return ( @@ -201,32 +202,35 @@ export default function NavigationPlaceholder( { { ' ' } { __( 'Navigation' ) } +
{ hasMenus || navigationMenus.length ? ( - + <> + +
+ ) : undefined } { hasPages ? ( - + <> + +
+ ) : undefined }