diff --git a/packages/edit-site/src/components/global-styles/header.js b/packages/edit-site/src/components/global-styles/header.js index 5653fe8bd50787..8167925098a68d 100644 --- a/packages/edit-site/src/components/global-styles/header.js +++ b/packages/edit-site/src/components/global-styles/header.js @@ -7,30 +7,33 @@ import { __experimentalSpacer as Spacer, __experimentalHeading as Heading, __experimentalView as View, + __experimentalNavigatorBackButton as NavigatorBackButton, } from '@wordpress/components'; import { isRTL, __ } from '@wordpress/i18n'; import { chevronRight, chevronLeft } from '@wordpress/icons'; -/** - * Internal dependencies - */ -import { NavigationBackButtonAsItem } from './navigation-button'; - function ScreenHeader( { title, description } ) { return ( - - - - - - - { title } + + + + + + + { title } + + - + { description && (

{ description }