Skip to content

Commit

Permalink
Block Theme Previews: Remove "Looking for Template Parts?" hint. (#59092
Browse files Browse the repository at this point in the history
)

* Remove template part hint.

---------

Unlinked contributors: fushar.

Co-authored-by: juanfra <[email protected]>
Co-authored-by: carolinan <[email protected]>
Co-authored-by: richtabor <[email protected]>
  • Loading branch information
4 people committed Mar 5, 2024
1 parent f4889bf commit 1cfc442
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import SidebarNavigationItem from '../sidebar-navigation-item';
import { SidebarNavigationItemGlobalStyles } from '../sidebar-navigation-screen-global-styles';
import { unlock } from '../../lock-unlock';
import { store as editSiteStore } from '../../store';
import TemplatePartHint from './template-part-hint';

export default function SidebarNavigationScreenMain() {
const { location } = useNavigator();
Expand Down Expand Up @@ -84,7 +83,6 @@ export default function SidebarNavigationScreenMain() {
{ __( 'Patterns' ) }
</NavigatorButton>
</ItemGroup>
<TemplatePartHint />
</>
}
/>
Expand Down

This file was deleted.

0 comments on commit 1cfc442

Please sign in to comment.