Skip to content

Commit b6eb3ad

Browse files
authored
[docs] Remove under construction icons from DataGrid feature pages (mui#24946)
1 parent 2c8721c commit b6eb3ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/pages.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ const pages = [
135135
{ pathname: '/components/data-grid/selection' },
136136
{ pathname: '/components/data-grid/editing', title: '🚧 Editing' },
137137
{ pathname: '/components/data-grid/rendering' },
138-
{ pathname: '/components/data-grid/export', title: '🚧 Export & Import' },
139-
{ pathname: '/components/data-grid/localization', title: '🚧 Localization' },
138+
{ pathname: '/components/data-grid/export', title: 'Export & Import' },
139+
{ pathname: '/components/data-grid/localization', title: 'Localization' },
140140
{ pathname: '/components/data-grid/group-pivot', title: '🚧 Group & Pivot' },
141141
{ pathname: '/components/data-grid/accessibility' },
142142
],

0 commit comments

Comments
 (0)