Skip to content

Commit

Permalink
move new label to the components
Browse files Browse the repository at this point in the history
  • Loading branch information
prakhargupta1 committed Oct 11, 2024
1 parent 82a8253 commit a55f6e9
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/data/material/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,17 @@ const pages: MuiPage[] = [
{
pathname: '/toolpad', // the pathname does not matter here because the links to Toolpad are outbound.
subheader: 'Toolpad Core',
newFeature: true,
children: [
{ pathname: '/toolpad/core/react-dashboard-layout/', title: 'Dashboard Layout' },
{ pathname: '/toolpad/core/react-sign-in-page/', title: 'Sign-in Page' },
{
pathname: '/toolpad/core/react-dashboard-layout/',
title: 'Dashboard Layout',
newFeature: true,
},
{
pathname: '/toolpad/core/react-sign-in-page/',
title: 'Sign-in Page',
newFeature: true,
},
],
},
{
Expand Down

0 comments on commit a55f6e9

Please sign in to comment.