diff --git a/packages/edit-post/src/components/header/preferences-menu-item-old/index.js b/packages/edit-post/src/components/header/preferences-menu-item-old/index.js deleted file mode 100644 index 19b8bcbb5f5bb6..00000000000000 --- a/packages/edit-post/src/components/header/preferences-menu-item-old/index.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * WordPress dependencies - */ -import { withDispatch } from '@wordpress/data'; -import { __ } from '@wordpress/i18n'; -import { MenuItem } from '@wordpress/components'; - -/** - * Internal dependencies - */ -import { store as editPostStore } from '../../../store'; - -export function PreferencesMenuItem( { openModal } ) { - return ( - { - openModal( 'edit-post/preferences-old' ); - } } - > - { __( 'Preferences Old' ) } - - ); -} - -export default withDispatch( ( dispatch ) => { - const { openModal } = dispatch( editPostStore ); - - return { - openModal, - }; -} )( PreferencesMenuItem ); diff --git a/packages/edit-site/src/components/navigation-sidebar/navigation-panel/content-navigation.js b/packages/edit-site/src/components/navigation-sidebar/navigation-panel/content-navigation.js index d133a9f7aa3405..0048a41f7e5e65 100644 --- a/packages/edit-site/src/components/navigation-sidebar/navigation-panel/content-navigation.js +++ b/packages/edit-site/src/components/navigation-sidebar/navigation-panel/content-navigation.js @@ -57,7 +57,7 @@ export default function ContentNavigation( { onActivateMenu } ) { navigateToMenu={ MENU_CONTENT_POSTS } /> - adfasdf +