From e74207b565817cea5ac6bbe371ce82e0fbce7afd Mon Sep 17 00:00:00 2001 From: Marco Ciampini Date: Wed, 21 Jun 2023 17:50:23 +0200 Subject: [PATCH] Do not show tooltip from all "back" buttons --- .../src/components/sidebar-navigation-screen/index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/edit-site/src/components/sidebar-navigation-screen/index.js b/packages/edit-site/src/components/sidebar-navigation-screen/index.js index 83e0da4cf9f833..be674b4b8636de 100644 --- a/packages/edit-site/src/components/sidebar-navigation-screen/index.js +++ b/packages/edit-site/src/components/sidebar-navigation-screen/index.js @@ -61,14 +61,17 @@ export default function SidebarNavigationScreen( { ) } { ! isRoot && backPath && ( goTo( backPath, { isBack: true } ) } icon={ icon } label={ __( 'Back' ) } + showTooltip={ false } /> ) } { isRoot && (