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:
Patrik Oldsberg
2026-05-19 11:28:12 +02:00
parent b5032acd83
commit 36998fea17
+1 -1
View File
@@ -51,7 +51,7 @@ export const scaffolderPage = PageBlueprint.makeWithOverrides({
return originalFactory({
routeRef: rootRouteRef,
path: '/create',
title: 'Create...',
title: 'Create',
icon: <CreateComponentIcon fontSize="inherit" />,
});
},