Skip to content

Commit 409e940

Browse files
[docs] Fix GridLegacy docs order
1 parent 4c64b72 commit 409e940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data/material/pages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ const pages: MuiPage[] = [
106106
children: [
107107
{ pathname: '/material-ui/react-box' },
108108
{ pathname: '/material-ui/react-container' },
109-
{ pathname: '/material-ui/react-grid-legacy', deprecated: true, title: 'Grid Legacy' },
110109
{ pathname: '/material-ui/react-grid' },
110+
{ pathname: '/material-ui/react-grid-legacy', deprecated: true, title: 'GridLegacy' },
111111
{ pathname: '/material-ui/react-stack' },
112112
{ pathname: '/material-ui/react-image-list', title: 'Image List' },
113113
],

0 commit comments

Comments
 (0)