Skip to content

Commit df9a213

Browse files
youknowriadtyxlat-hamanoramonjd
authored
Site Editor: Fix the patterns route on mobile (#67467)
Co-authored-by: youknowriad <[email protected]> Co-authored-by: tyxla <[email protected]> Co-authored-by: t-hamano <[email protected]> Co-authored-by: ramonjd <[email protected]>
1 parent 9addc70 commit df9a213

File tree

1 file changed

+1
-1
lines changed
  • packages/edit-site/src/components/site-editor-routes

1 file changed

+1
-1
lines changed

packages/edit-site/src/components/site-editor-routes/patterns.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ export const patternsRoute = {
1010
areas: {
1111
sidebar: <SidebarNavigationScreenPatterns backPath="/" />,
1212
content: <PagePatterns />,
13-
mobile: <SidebarNavigationScreenPatterns backPath="/" />,
13+
mobile: <PagePatterns />,
1414
},
1515
};

0 commit comments

Comments
 (0)