9f8f8dd6b4
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
414 B
414 B
@backstage/create-app
| @backstage/create-app |
|---|
| patch |
Removed the / prefix in the catalog SidebarItem element, as it is no longer needed.
To apply this change to an existing app, remove the / prefix from the catalog and any other sidebar items in packages/app/src/components/Root/Root.ts:
-<SidebarItem icon={HomeIcon} to="/catalog" text="Home" />
+<SidebarItem icon={HomeIcon} to="catalog" text="Home" />