Skip to content

Commit

Permalink
Adjust after 67180.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Nov 25, 2024
1 parent a387ea2 commit 661a263
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import { _n, sprintf } from '@wordpress/i18n';
import { addQueryArgs } from '@wordpress/url';
import { __experimentalItemGroup as ItemGroup } from '@wordpress/components';
import { addQueryArgs } from '@wordpress/url';
import { backup } from '@wordpress/icons';

/**
Expand Down Expand Up @@ -50,7 +51,11 @@ export default function SidebarNavigationScreenDetailsFooter( {
size="large"
className="edit-site-sidebar-navigation-screen-details-footer"
>
<SidebarNavigationItem icon={ backup } { ...otherProps }>
<SidebarNavigationItem
icon={ backup }
{ ...hrefProps }
{ ...otherProps }
>
{ sprintf(
/* translators: %d: Number of Styles revisions. */
_n( '%d Revision', '%d Revisions', revisionsCount ),
Expand Down

0 comments on commit 661a263

Please sign in to comment.