Skip to content

Commit

Permalink
Navigation Component: Fix NavigationBackButton component name (#25540)
Browse files Browse the repository at this point in the history
  • Loading branch information
Copons authored Sep 23, 2020
1 parent f543ee9 commit f485f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/navigation/back-button/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { Icon, chevronLeft } from '@wordpress/icons';
import { useNavigationContext } from '../context';
import { MenuBackButtonUI } from '../styles/navigation-styles';

export default function NavigationMenu( {
export default function NavigationBackButton( {
backButtonLabel,
className,
href,
Expand Down

0 comments on commit f485f1f

Please sign in to comment.