Skip to content

Commit

Permalink
Fix back button tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Jun 21, 2023
1 parent a5dd662 commit 02070ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ export default function SidebarNavigationScreen( {
{ ! isRoot && ! backPath && (
<NavigatorToParentButton
as={ SidebarButton }
icon={ icon }
label={ __( 'Back' ) }
icon={ isRTL() ? chevronRight : chevronLeft }
aria-label={ __( 'Back' ) }
/>
) }
{ ! isRoot && backPath && (
Expand Down

0 comments on commit 02070ff

Please sign in to comment.