From a55f6e9892d97318719745da6f4fffaf2e60b4a7 Mon Sep 17 00:00:00 2001 From: Prakhar Gupta <92228082+prakhargupta1@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:15:30 +0300 Subject: [PATCH] move new label to the components --- docs/data/material/pages.ts | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/data/material/pages.ts b/docs/data/material/pages.ts index d2fe97058fd9f0..b054eee91769ed 100644 --- a/docs/data/material/pages.ts +++ b/docs/data/material/pages.ts @@ -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, + }, ], }, {