Skip to content

Commit

Permalink
Site Editor: Fix the patterns route on mobile (#67467)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
5 people authored and michalczaplinski committed Dec 5, 2024
1 parent bcebfdc commit bcfbdb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export const patternsRoute = {
areas: {
sidebar: <SidebarNavigationScreenPatterns backPath="/" />,
content: <PagePatterns />,
mobile: <SidebarNavigationScreenPatterns backPath="/" />,
mobile: <PagePatterns />,
},
};

0 comments on commit bcfbdb6

Please sign in to comment.