diff --git a/packages/edit-post/src/components/preferences-modal/index.js b/packages/edit-post/src/components/preferences-modal/index.js index eec907a073ed62..3a536a74140bde 100644 --- a/packages/edit-post/src/components/preferences-modal/index.js +++ b/packages/edit-post/src/components/preferences-modal/index.js @@ -81,7 +81,10 @@ export default function PreferencesModal() { <> { isLargeViewport && (
) } -
+
+ + { showBlockBreadcrumbsOption && ( ), }, - { - name: 'appearance', - tabLabel: __( 'Appearance' ), - content: ( -
- - -
- ), - }, { name: 'blocks', tabLabel: __( 'Blocks' ), content: ( <>
-
- -
-
- - - -
+
@@ -131,7 +110,8 @@ exports[`PreferencesModal should match snapshot when the modal is active small v >