scaffolder: restore page nav title to Create
Use Create on the page extension rather than the former nav item label. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -51,7 +51,7 @@ export const scaffolderPage = PageBlueprint.makeWithOverrides({
|
||||
return originalFactory({
|
||||
routeRef: rootRouteRef,
|
||||
path: '/create',
|
||||
title: 'Create...',
|
||||
title: 'Create',
|
||||
icon: <CreateComponentIcon fontSize="inherit" />,
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user